PATCH
/
resources
/
v1
/
{id}
Patch a resource
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>"
  }
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Path Parameters

id
string<uuid>
required

The id of the resource.

Body

application/json

Response

204

No Content