curl --request PATCH \
--url https://api.example.com/v1/openclaw/{instance_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"error": "<string>"
}curl --request PATCH \
--url https://api.example.com/v1/openclaw/{instance_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Instance name
1 - 64Successful Response