Path parameters
-
Which item to be processed
Minimum value is
0
.
PATCH
/tagheaders/{id}
curl \
--request PATCH https://YOURSITE.infoodle.com/apiv2/tagheaders/99 \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"Tag A","order":1}'
Request examples
{
"name": "Tag A",
"order": 1
}
Response examples (200)
{
"id": 4325342
}
Response examples (401)
{
"error": "Unauthorised"
}
Response examples (403)
{
"error": "Invalid Permission"
}
Response examples (404)
{
"error": "Not Found"
}