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:
application/json:
schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/SubscriptionRule'
/subscription/template:
/subscription/templates:
get:
tags:
- config
......@@ -374,7 +374,7 @@ paths:
type: array
items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate'
/subscription/template/team:
/subscription/templates/team:
get:
tags:
- config
......@@ -405,7 +405,7 @@ paths:
application/json:
schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate'
/subscription/template/participant:
/subscription/templates/participant:
get:
tags:
- 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