REST API
Trigger an update
Trigger an update after updating your OpenAPI document by calling this endpoint in a CI check.
POST
/
project
/
update
/
{projectId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the project to trigger an update on. Can be retrieved from your dashboard.
Response
202 - application/json
The status id of the triggered updated.
Was this page helpful?