|
|
|
@ -404,24 +404,16 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"filter": { |
|
|
|
|
"type": "string", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Filter for enabled or disabled apps" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "filter", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Filter for enabled or disabled apps", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -777,36 +769,36 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of groups returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset for searching for groups" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of groups returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset for searching for groups", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -962,36 +954,36 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of users returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of users returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -1237,25 +1229,6 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": true, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"required": [ |
|
|
|
|
"groupid" |
|
|
|
|
], |
|
|
|
|
"properties": { |
|
|
|
|
"groupid": { |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "ID of the group" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "userId", |
|
|
|
@ -1266,6 +1239,15 @@ |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "groupid", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "ID of the group", |
|
|
|
|
"required": true, |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -1668,36 +1650,36 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of groups returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset for searching for groups" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of groups returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset for searching for groups", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -1907,35 +1889,6 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of groups returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset for searching for groups" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "groupId", |
|
|
|
@ -1947,6 +1900,35 @@ |
|
|
|
|
"pattern": "^.+$" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of groups returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset for searching for groups", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -2033,36 +2015,36 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of groups returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset for searching for groups" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of groups returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset for searching for groups", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -2295,36 +2277,36 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of groups returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset for searching for groups" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of groups returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset for searching for groups", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -2411,36 +2393,36 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": false, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"search": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "", |
|
|
|
|
"description": "Text to search for" |
|
|
|
|
}, |
|
|
|
|
"limit": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true, |
|
|
|
|
"description": "Limit the amount of users returned" |
|
|
|
|
}, |
|
|
|
|
"offset": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0, |
|
|
|
|
"description": "Offset" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "search", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Text to search for", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string", |
|
|
|
|
"default": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "limit", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Limit the amount of users returned", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"nullable": true |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "offset", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Offset", |
|
|
|
|
"schema": { |
|
|
|
|
"type": "integer", |
|
|
|
|
"format": "int64", |
|
|
|
|
"default": 0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -3549,25 +3531,6 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": true, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"required": [ |
|
|
|
|
"groupid" |
|
|
|
|
], |
|
|
|
|
"properties": { |
|
|
|
|
"groupid": { |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "ID of the group" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "userId", |
|
|
|
@ -3578,6 +3541,15 @@ |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "groupid", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "ID of the group", |
|
|
|
|
"required": true, |
|
|
|
|
"schema": { |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
@ -4048,28 +4020,6 @@ |
|
|
|
|
"basic_auth": [] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"requestBody": { |
|
|
|
|
"required": true, |
|
|
|
|
"content": { |
|
|
|
|
"application/json": { |
|
|
|
|
"schema": { |
|
|
|
|
"type": "object", |
|
|
|
|
"required": [ |
|
|
|
|
"configKeys" |
|
|
|
|
], |
|
|
|
|
"properties": { |
|
|
|
|
"configKeys": { |
|
|
|
|
"type": "array", |
|
|
|
|
"description": "Keys to delete", |
|
|
|
|
"items": { |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"name": "appId", |
|
|
|
@ -4080,6 +4030,18 @@ |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "configKeys[]", |
|
|
|
|
"in": "query", |
|
|
|
|
"description": "Keys to delete", |
|
|
|
|
"required": true, |
|
|
|
|
"schema": { |
|
|
|
|
"type": "array", |
|
|
|
|
"items": { |
|
|
|
|
"type": "string" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "OCS-APIRequest", |
|
|
|
|
"in": "header", |
|
|
|
|