Blueprints

Update blueprint

Update a blueprint. Only title, description, and task_ids can be changed.

patch/api/blueprints/{id}/

Path parameters

idinteger required

A unique integer value identifying this blueprint.

Request body

descriptionstring nullable

Project description

task_idsinteger[]
titlestring nullable

Blueprint name. Must be between 3 and 50 characters long.

Response

created_atstring date-time required
created_byinteger nullable
descriptionstring nullable

Project description

idinteger required
label_configstring nullable

Labeling configuration in XML format

projectinteger required
share_idstring required

base64 encoded id

short_urlstring required
task_countinteger required
titlestring nullable

Blueprint name. Must be between 3 and 50 characters long.

updated_atstring date-time required

Changes

Changed in 2 of the 97 revisions of this API.2

    • the task_count response's property type/format changed from string/ to integer/ for status 200

      response-property-type-changed

    • for the path request parameter id, the type/format was changed from string/ to integer/

      request-parameter-type-changed

Of the 97 revisions, 1 has no diff computed.