curl --request PATCH \
--url https://local.withsutro.com/applications/{applicationId}/models/{modelId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sutro-api-client: <api-key>' \
--data '
{
"name": "<string>",
"accessControl": {}
}
'curl --request PATCH \
--url https://local.withsutro.com/applications/{applicationId}/models/{modelId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sutro-api-client: <api-key>' \
--data '
{
"name": "<string>",
"accessControl": {}
}
'Builder authentication and authorization
A unique identifier for the API Client making a request
Model updated
Was this page helpful?