Commit 830e5b54 authored by Gabriel Macena's avatar Gabriel Macena

[API] Refatora as rotas de Templates para não usarem mais JsonPatch

parent 3c7c4ee0
......@@ -512,11 +512,9 @@ paths:
summary: Updates the team form template
requestBody:
content:
application/json-patch+json:
application/json:
schema:
type: array
items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/JsonPatch'
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate'
required: true
responses:
'200':
......@@ -543,11 +541,9 @@ paths:
summary: Updates the participant form template
requestBody:
content:
application/json-patch+json:
application/json:
schema:
type: array
items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/JsonPatch'
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/FormTemplate'
required: true
responses:
'200':
......
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