mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Document some more parms for the cat create api docs (#19024)
This commit is contained in:
parent
cac0c6212b
commit
99cdb5a5a7
@ -11,6 +11,34 @@
|
||||
"text_color": {
|
||||
"type": "string",
|
||||
"example": "f0fcfd"
|
||||
},
|
||||
"parent_category_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allow_badges": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic_featured_links_allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"permissions": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"everyone": {
|
||||
"type": "integer",
|
||||
"example": 1
|
||||
},
|
||||
"staff": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search_priority": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user