Skip to content

Commit

Permalink
API: add documentation about the use of the 409 error code when renam…
Browse files Browse the repository at this point in the history
…ing workspace tabs. See #257
  • Loading branch information
aarranz committed Jan 10, 2017
1 parent 2286b5e commit 9cffbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/restapi/applicationmashup.apib
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ Tab attributes that can be modified:
- `name` (string): Label to display in the user interface.
- `visible` (boolean): `true` to make this the initial/default tab of the workspace.

**Used status codes**: 204, 400, 401, 403, 404, 413, 415, 422
**Used status codes**: 204, 400, 401, 403, 404, 409, 413, 415, 422

> **NOTE**: WireCloud versions prior to 1.0 implemented incorrectly this endpoint by using `PUT` requests instead of using `POST` requests.
Expand Down

0 comments on commit 9cffbb3

Please sign in to comment.