patchProjectEnumeration
Update project enumerations with new options by providing project ID, enumeration context, name, target type, and request body. Works for work items, plans, testing, and documents.
Instructions
Updates the specified Enumeration in the Project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| enumContext | Yes | The Enumeration context. (Allowed values are '~', 'plans', 'testing' and 'documents'. Use '~' for Work Item or general enumerations.) | |
| enumName | Yes | The Enumeration Name. | |
| targetType | Yes | The Enumeration target type. (Use '~' when there is no specific type for the enumeration.) | |
| requestBody | Yes | The Enumeration(s) body. |