Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 9063463

Browse files
[bot]update openapi3 schema
1 parent 54afd84 commit 9063463

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

build/chat-openapi3.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
license:
55
name: MIT License
66
url: https://raw.githubusercontent.com/polyphony-chat/docs/refs/heads/main/LICENSE
7-
version: v1.0-beta.1
7+
version: v0.1.0-alpha.0
88
tags:
99
- name: Guild
1010
paths:
@@ -21,7 +21,14 @@ paths:
2121
schema:
2222
$ref: '#/components/schemas/models.guild.Guild'
2323
'400':
24-
description: The server could not understand the request due to invalid syntax.
24+
description: |-
25+
Invalid request submitted. Root causes may be:
26+
27+
- not including required body fields
28+
- a name or description that is too long or too short
29+
- inclusion of unexpected parameters.
30+
31+
A human readable reason will be returned as a response body.
2532
content:
2633
text/plain:
2734
schema:
@@ -68,7 +75,7 @@ paths:
6875
schema:
6976
$ref: '#/components/schemas/models.guild.Guild'
7077
'404':
71-
description: The server cannot find the requested resource.
78+
description: Guild is private or does not exist.
7279
tags:
7380
- Guild
7481
security:
@@ -79,7 +86,8 @@ components:
7986
type: string
8087
enum:
8188
- v0.1.0-alpha.0
82-
- v1.0-beta.1
89+
- v1.0.0-beta.1
90+
- v1.0.0
8391
models.actor.Actor:
8492
type: object
8593
required:

0 commit comments

Comments
 (0)