From 07f37865684316afaf500b7ce57ed14902b55ad0 Mon Sep 17 00:00:00 2001 From: VojtaB Date: Fri, 20 Mar 2026 23:22:53 +0100 Subject: [PATCH] apiary mock replaced with OpenAPI mock in issue templates --- .github/ISSUE_TEMPLATE/sdk.yml | 3 +-- .github/ISSUE_TEMPLATE/ws.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/sdk.yml b/.github/ISSUE_TEMPLATE/sdk.yml index cf7bce6..4154518 100644 --- a/.github/ISSUE_TEMPLATE/sdk.yml +++ b/.github/ISSUE_TEMPLATE/sdk.yml @@ -20,8 +20,7 @@ body: options: - Production - Demo - - Apiary mock - - Apiary proxy + - OpenAPI mock validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/ws.yml b/.github/ISSUE_TEMPLATE/ws.yml index 7f7287b..6ed156a 100644 --- a/.github/ISSUE_TEMPLATE/ws.yml +++ b/.github/ISSUE_TEMPLATE/ws.yml @@ -20,8 +20,7 @@ body: options: - Production - Demo - - Apiary mock - - Apiary proxy + - OpenAPI mock validations: required: true - type: input