cURL
curl --request PATCH \ --url https://{tenant_name}.{region}.techwolf.ai/job_architecture/changes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "change_status": "saved", "change_ids": [ "6129e3f1-663f-44ea-aa3f-2ce1077b834c", "22d2c013-ab77-410e-b5fb-2f96eed9c1db" ] }'
This response does not have an example.
Update multiple Job architecture changes at once by providing a list of change IDs and the new status.
The access token received from the authorization server in the OAuth 2.0 flow.
No Content
Was this page helpful?