This commit is contained in:
mr
2024-08-26 13:50:11 +02:00
parent b94f6c4ddf
commit 0815f8bd58
5 changed files with 55 additions and 3 deletions

View File

@@ -313,6 +313,36 @@
}
}
},
"/shared/workspace/{id}/rule/{id2}": {
"post": {
"tags": [
"shared/workspace"
],
"description": "find shared workspace by id\n\u003cbr\u003e",
"operationId": "SharedWorkspaceController.Add Rule",
"parameters": [
{
"in": "path",
"name": "id",
"description": "the id you want to get",
"required": true,
"type": "string"
},
{
"in": "path",
"name": "id2",
"description": "the id you want to add",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "{shared workspace} models.shared_workspace"
}
}
}
},
"/shared/workspace/{id}/workflow/{id2}": {
"post": {
"tags": [