We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff017ef commit c6896d3Copy full SHA for c6896d3
1 file changed
commands/03-server/51-workspace-api.md
@@ -19,6 +19,8 @@ The Structurizr server provides a JSON/HTTP API for workspaces, with the followi
19
- PUT `/api/workspace/{workspaceId}/images/{filename}` (put image - [push](/push))
20
- PUT `/api/workspace/{workspaceId}/branch/{branch}/images/{filename}` (put image to branch - [push](/push))
21
22
+> Please note that the [old CLI](/cli) is not compatible with this new version of the API.
23
+
24
## HTTP headers
25
26
Requests should include the following HTTP headers:
0 commit comments