cURL
curl --request PATCH \ --url https://api.spacebring.com/resources/v1/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "resource": { "title": "<string>" } } '
{ "message": "<string>", "type": "<string>" }
Patch a certain resource.
resources
See our authentication documentation for how to authorize your requests
The id of the resource.
Show child attributes
No Content