cURL
curl --request PUT \ --url https://your-instance.example.com/api/applications/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "_id": "<string>", "fromHistoryModal": true, "pipelineId": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Application updated
Generic response envelope. Endpoint-specific fields are intentionally open.