Skip to main content
PUT
/
api
/
management
/
projects
/
{project_id}
/
project-executions
/
{project_execution_id}
Atualizar execução de projeto
curl --request PUT \
  --url https://api.olie.ai/api/management/projects/{project_id}/project-executions/{project_execution_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required
project_execution_id
string
required

Response

200

200