projects_create
Create a new project in meloQA by specifying a name, organization, description, and a project picture ID.
Instructions
Create 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 |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| organizationId | Yes | ||
| testCaseTypeId | No | ||
| projectPictureUrl | Yes | ID of a project picture — get available IDs from GET /v1/project-pictures |