Commit 42e4afa5 authored by Gabriel Macena's avatar Gabriel Macena

[API] Correção de rotas de Templates no Competify

parent b5ed5ae5
...@@ -360,7 +360,7 @@ paths: ...@@ -360,7 +360,7 @@ paths:
application/json: application/json:
schema: schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/SubscriptionRule' $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/SubscriptionRule'
/subscription/template: /subscription/templates:
get: get:
tags: tags:
- config - config
...@@ -374,7 +374,7 @@ paths: ...@@ -374,7 +374,7 @@ paths:
type: array type: array
items: items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate' $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate'
/subscription/template/team: /subscription/templates/team:
get: get:
tags: tags:
- config - config
...@@ -405,7 +405,7 @@ paths: ...@@ -405,7 +405,7 @@ paths:
application/json: application/json:
schema: schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate' $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate'
/subscription/template/participant: /subscription/templates/participant:
get: get:
tags: tags:
- config - config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment