diff options
Diffstat (limited to 'apps/federatedfilesharing/openapi.json')
-rw-r--r-- | apps/federatedfilesharing/openapi.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/federatedfilesharing/openapi.json b/apps/federatedfilesharing/openapi.json index 0bbe535cc2a..2a8d5cbfed6 100644 --- a/apps/federatedfilesharing/openapi.json +++ b/apps/federatedfilesharing/openapi.json @@ -243,7 +243,7 @@ ], "responses": { "200": { - "description": "", + "description": "Share created successfully", "content": { "application/json": { "schema": { @@ -629,7 +629,7 @@ ], "responses": { "200": { - "description": "", + "description": "Share declined successfully", "content": { "application/json": { "schema": { @@ -707,7 +707,7 @@ ], "responses": { "200": { - "description": "", + "description": "Share unshared successfully", "content": { "application/json": { "schema": { |