Update work activity
Updates an existing work activity. All fields are required - provide complete activity configuration.
What can be updated:
- Activity name
- Multilingual translations
Important: This is a full update - all fields must be provided.
/administration/task-settings/activities/{id}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidstringrequiredfieldsToReturnstringComma-separated list of top-level response fields to return. Overrides the endpoint compact default unless responseShape=full is used.
responseShapestringAdvanced override. Omit for the endpoint compact default. Use full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
compactfullLT-Response-ShapestringAdvanced override. Set to full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
fullapplication/jsonnamestringrequiredDefault work activity name (used as fallback when no translation exists for user's language)
translationsWorkActivityTranslationDto[]requiredLanguage-specific translations for activity name. Overrides the default name when user's language matches.
Show propertiesHide properties
WorkActivityTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
Work activity updated successfully
idstringrequiredWork activity ID
namestringrequiredDefault work activity name (used as fallback when no translation exists for user's language)
sortnumberrequiredSort order
translationsWorkActivityTranslationDto[]requiredLanguage-specific translations for activity name. Overrides the default name when user's language matches.
Show propertiesHide properties
WorkActivityTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions