Skip to main content
POST
/
api
/
directory
/
resources.update
Update a resource
curl --request POST \
  --url https://api.example.com/api/directory/resources.update \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "872815618512410358",
  "attributes": {}
}
'

Body

application/json
id
string<snowflake>
required
Example:

"872815618512410358"

attributes
object
required

Response

204

Resource updated successfully.