This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
license :
5
5
name : MIT License
6
6
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
8
8
tags :
9
9
- name : Guild
10
10
paths :
@@ -21,7 +21,14 @@ paths:
21
21
schema :
22
22
$ref : ' #/components/schemas/models.guild.Guild'
23
23
' 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.
25
32
content :
26
33
text/plain :
27
34
schema :
68
75
schema :
69
76
$ref : ' #/components/schemas/models.guild.Guild'
70
77
' 404 ' :
71
- description : The server cannot find the requested resource .
78
+ description : Guild is private or does not exist .
72
79
tags :
73
80
- Guild
74
81
security :
@@ -79,7 +86,8 @@ components:
79
86
type : string
80
87
enum :
81
88
- v0.1.0-alpha.0
82
- - v1.0-beta.1
89
+ - v1.0.0-beta.1
90
+ - v1.0.0
83
91
models.actor.Actor :
84
92
type : object
85
93
required :
You can’t perform that action at this time.
0 commit comments