Request
Body Params application/json
{
"filename_base": "string",
"includes": [
"string"
],
"category": "other"
}
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/org/items//documents/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename_base": "string",
"includes": [
"string"
],
"category": "other"
}'
Responses
Update item document filename triggers ITEM_DOCUMENT__TITLE_CHANGED analytics
This response does not have a body.
Modified at 2026-04-15 14:20:24