API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419)

* API: add ID to auth key and folder endpoints

* API: add test for folder permissions update

* API: add created user id for /invite/complete endpoint
This commit is contained in:
Agnès Toulet
2020-09-07 17:06:11 +02:00
committed by GitHub
parent 61bd33c241
commit 6dd109b927
7 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 35
{"message":"Folder permissions updated"}
{"message":"Folder permissions updated","id":1,"title":"Department ABC"}
```
Status Codes: