API Sections Resource types Resource type Resources Resource Items Item Keyed Data
Update the value at the requested key.
URL : /v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/data/{key}
Method : PATCH
Fields :
Name | Type | Description |
---|---|---|
value | json | The value for the keyed data |
Code : 204
No Content
Code : 404
Content :
{
"message": "Data can't be found."
}
Code : 403
Content :
{
"message": "Data can't be found or is not accessible to you."
}
Code : 400
Content :
{
"message": "Unable to handle your request, please include a request body."
}
Code : 422
Content :
{
"message": "Validation error.",
"fields": {
"name": {
"errors": [
"The game value must be valid json"
]
}
}
}