curl --request PATCH \
--url https://{subdomain}.nudj.cx/api/v2/admin/tags/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"value": "<string>"
}
'{
"id": "<string>",
"organisationId": "<string>",
"value": "<string>",
"config": {
"filtering": [
"achievement"
],
"display": [
"achievement"
],
"iconifyIcon": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>"
}Update specific fields of a tag by its ID.
curl --request PATCH \
--url https://{subdomain}.nudj.cx/api/v2/admin/tags/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"value": "<string>"
}
'{
"id": "<string>",
"organisationId": "<string>",
"value": "<string>",
"config": {
"filtering": [
"achievement"
],
"display": [
"achievement"
],
"iconifyIcon": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
Use this file to discover all available pages before exploring further.
The language to update the tag content in. This will update the tag's content for the specified language.
The ID of the tag to update
^[0-9a-fA-F]{24}$Successful response
A tag
The id of the tag
^[0-9a-fA-F]{24}$The id of the organisation the tag belongs to
^[0-9a-fA-F]{24}$The value of the tag
1The configuration of a tag
Show child attributes
The date the tag was created
The date the tag was last updated
The id of the user who created the tag
^[0-9a-fA-F]{24}$The id of the user who last updated the tag
^[0-9a-fA-F]{24}$Was this page helpful?