mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
feat: user signatures
This commit is contained in:
23
openapi.json
23
openapi.json
@@ -8283,6 +8283,7 @@
|
||||
"put": {
|
||||
"operationId": "user_preferences-update",
|
||||
"summary": "Update user preferences",
|
||||
"description": "Request body should contain key-value pairs of preferences to update",
|
||||
"tags": [
|
||||
"user_preferences"
|
||||
],
|
||||
@@ -8294,28 +8295,6 @@
|
||||
"basic_auth": []
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
"required": true,
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"preferences"
|
||||
],
|
||||
"properties": {
|
||||
"preferences": {
|
||||
"type": "object",
|
||||
"description": "Key-value pairs of preferences to update",
|
||||
"additionalProperties": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"name": "OCS-APIRequest",
|
||||
|
||||
Reference in New Issue
Block a user