Partially update project status
Partially updates an existing project status. Only provided fields will be updated.
Optional fields (update only what you need):
name: Update display nameicon: Update icon identifiertype: Update status type (may affect billing eligibility)description: Update or clear descriptiontranslations: Update translations (partial updates supported)
Note: Fields not included in the request will remain unchanged. This is useful when you only need to update specific properties without fetching the full current state.
/administration/project-settings/statuses/{id}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidstringrequiredapplication/jsondescriptionobjectDescription of the project status
iconstringIcon for the project status in format :icon_name:
namestringName of the project status
translationsProjectStatusTranslationDto[]Translations for the project status
Show propertiesHide properties
ProjectStatusTranslationDtodescriptionobjectTranslated description of the project status in this language. Provides context about when to use this status.
languagestringrequiredISO 639-1 language code for the translation (e.g., "en" for English, "de" for German)
nameobjectTranslated name of the project status in this language. Used for multilingual display in the user interface.
typestringType of the project status
SalesRequirementsImplementationQualityManagementBillingDoneProject status updated successfully
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions