projects_update
Update project fields such as name, description, picture, test case type, and archive status. Validates inputs against size limits and predefined picture IDs.
Instructions
Update project
Tag: Projects
Validation rules:
namemust not exceed 20 characters.descriptionmust not exceed 250 characters.projectPictureUrlmust reference a project picture predefined by the meloQA API — list the available IDs viaGET /v1/project-pictures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| name | No | ||
| isArchived | No | ||
| description | No | ||
| testCaseTypeId | No | ||
| projectPictureUrl | No | ID of a project picture — get available IDs from GET /v1/project-pictures |