Skip to main content
PUT
/
api
/
management
/
form-publications
/
{form_publication}
Editar publicação de formulário
curl --request PUT \
  --url https://api.olie.ai/api/management/form-publications/{form_publication} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[]'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

form_publication
string
required

Body

application/json
Example:
[]

Response

200

200