Update an existing runtime
cURL
curl --request PUT \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/runtimes/{runtime_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "auth_token": "<string>", "description": "<string>", "is_private": true, "managed_status": "<string>", "managed_type": "<string>", "name": "<string>", "owner_id": "<string>", "properties": {}, "runtime_id": "<string>", "url": "<string>" }'
{ "auth_token": "<string>", "description": "<string>", "is_private": true, "managed_status": "<string>", "managed_type": "<string>", "name": "<string>", "owner_id": "<string>", "properties": {}, "runtime_id": "<string>", "url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Runtime ID
Organization ID
Runtime object
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?