Skip to content

Commit

Permalink
Update Documentation with core changes (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: discoursebuild <[email protected]>
  • Loading branch information
github-actions[bot] and discoursebuild authored Oct 23, 2023
1 parent c8e2123 commit 84a7837
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 4 deletions.
43 changes: 39 additions & 4 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,12 @@
"string",
"null"
]
},
"uploaded_background_dark": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand Down Expand Up @@ -1107,7 +1113,8 @@
"search_priority",
"uploaded_logo",
"uploaded_logo_dark",
"uploaded_background"
"uploaded_background",
"uploaded_background_dark"
]
}
},
Expand Down Expand Up @@ -1373,6 +1380,12 @@
"string",
"null"
]
},
"uploaded_background_dark": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand Down Expand Up @@ -1412,7 +1425,8 @@
"subcategory_ids",
"uploaded_logo",
"uploaded_logo_dark",
"uploaded_background"
"uploaded_background",
"uploaded_background_dark"
]
}
}
Expand Down Expand Up @@ -1716,6 +1730,12 @@
"string",
"null"
]
},
"uploaded_background_dark": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand Down Expand Up @@ -1767,7 +1787,8 @@
"search_priority",
"uploaded_logo",
"uploaded_logo_dark",
"uploaded_background"
"uploaded_background",
"uploaded_background_dark"
]
}
},
Expand Down Expand Up @@ -2387,6 +2408,12 @@
"string",
"null"
]
},
"uploaded_background_dark": {
"type": [
"string",
"null"
]
}
},
"required": [
Expand Down Expand Up @@ -2437,7 +2464,8 @@
"search_priority",
"uploaded_logo",
"uploaded_logo_dark",
"uploaded_background"
"uploaded_background",
"uploaded_background_dark"
]
}
},
Expand Down Expand Up @@ -7321,6 +7349,12 @@
"null"
]
},
"uploaded_background_dark": {
"type": [
"string",
"null"
]
},
"can_edit": {
"type": "boolean"
},
Expand Down Expand Up @@ -7372,6 +7406,7 @@
"uploaded_logo",
"uploaded_logo_dark",
"uploaded_background",
"uploaded_background_dark",
"can_edit"
]
}
Expand Down
25 changes: 25 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,10 @@ paths:
type:
- string
- 'null'
uploaded_background_dark:
type:
- string
- 'null'
required:
- id
- name
Expand Down Expand Up @@ -843,6 +847,7 @@ paths:
- uploaded_logo
- uploaded_logo_dark
- uploaded_background
- uploaded_background_dark
required:
- category
requestBody:
Expand Down Expand Up @@ -1021,6 +1026,10 @@ paths:
type:
- string
- 'null'
uploaded_background_dark:
type:
- string
- 'null'
required:
- id
- name
Expand Down Expand Up @@ -1059,6 +1068,7 @@ paths:
- uploaded_logo
- uploaded_logo_dark
- uploaded_background
- uploaded_background_dark
required:
- can_create_category
- can_create_topic
Expand Down Expand Up @@ -1262,6 +1272,10 @@ paths:
type:
- string
- 'null'
uploaded_background_dark:
type:
- string
- 'null'
required:
- id
- name
Expand Down Expand Up @@ -1312,6 +1326,7 @@ paths:
- uploaded_logo
- uploaded_logo_dark
- uploaded_background
- uploaded_background_dark
required:
- success
- category
Expand Down Expand Up @@ -1738,6 +1753,10 @@ paths:
type:
- string
- 'null'
uploaded_background_dark:
type:
- string
- 'null'
required:
- id
- name
Expand Down Expand Up @@ -1787,6 +1806,7 @@ paths:
- uploaded_logo
- uploaded_logo_dark
- uploaded_background
- uploaded_background_dark
required:
- category
"/admin/groups.json":
Expand Down Expand Up @@ -5200,6 +5220,10 @@ paths:
type:
- string
- 'null'
uploaded_background_dark:
type:
- string
- 'null'
can_edit:
type: boolean
custom_fields:
Expand Down Expand Up @@ -5245,6 +5269,7 @@ paths:
- uploaded_logo
- uploaded_logo_dark
- uploaded_background
- uploaded_background_dark
- can_edit
archetypes:
type: array
Expand Down

0 comments on commit 84a7837

Please sign in to comment.