Skip to main content
GET
/
api
/
management
/
projects
/
{id}
/
restore
Restaurar projeto
curl --request GET \
  --url https://api.olie.ai/api/management/projects/{id}/restore \
  --header 'Authorization: Bearer <token>'
{
  "response": "<boolean>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID do projeto

Example:

""

Response

Resposta de sucesso

response
string
Example:

"<boolean>"