Skip to main content
POST
/
api
/
management
/
form-publications
/
{form_publication_id}
/
restore
Restaurar publicação do formulário
curl --request POST \
  --url https://api.olie.ai/api/management/form-publications/{form_publication_id}/restore \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'

Authorizations

Authorization
string
header
required

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

Path Parameters

form_publication_id
string
required
Example:

"019b8f40-ce05-73b8-8c20-b29eb6e5b299"

Body

multipart/form-data

The body is of type object.

Response

200

200