Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update Project doesn't have a return value

...

Parameters:
  • tenant – User tenant.
  • project_id – Project identifier.
JSON Data:

Data is passed in as a JSON object.

Valid object keys:

  • title – Descriptive title of this project (max. 200 characters).
Headers:See Common Headers.
Status Codes:
  • 204 – Project was updated.

See also Common Status Codes.

Returns:

Created project.

Example request:

Code Block
langhttp
PUT /v0/example/projects/Uenn0QUiTEKxJWgg5NlRgw
Host: topic-api.squirro.com
Accept: application/json
Content-Type: application/json

{"title": "Web development"}

...