summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/openapi.json53
1 files changed, 27 insertions, 26 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 64dc53c0..2dc78741 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -7606,33 +7606,34 @@ ] }, "UserRelationsResponse": { - "type": "object", - "properties": { - "object": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "username": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "discriminator": { - "type": "string" - }, - "public_flags": { - "type": "integer" - } + "type": "array", + "items": { + "additionalProperties": false, + "type": "object", + "properties": { + "id": { + "type": "string" }, - "additionalProperties": false - } - }, - "required": [ - "object" - ] + "username": { + "type": "string" + }, + "discriminator": { + "type": "string" + }, + "avatar": { + "type": "string" + }, + "public_flags": { + "type": "integer" + } + }, + "required": [ + "discriminator", + "id", + "public_flags", + "username" + ] + } }, "WebAuthnCreateResponse": { "type": "object",