Skip to content

Commit

Permalink
Update Documentation with core changes (#117)
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 Aug 22, 2024
1 parent 97533a5 commit 03221a7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
36 changes: 33 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@
"null"
]
},
"image_upload_id": {
"type": [
"integer",
"null"
]
},
"badge_type_id": {
"type": "integer"
}
Expand All @@ -276,7 +282,8 @@
"target_posts",
"auto_revoke",
"show_posts",
"badge_type_id"
"badge_type_id",
"image_upload_id"
]
}
},
Expand Down Expand Up @@ -476,6 +483,12 @@
"null"
]
},
"image_upload_id": {
"type": [
"integer",
"null"
]
},
"listable": {
"type": "boolean"
},
Expand Down Expand Up @@ -543,7 +556,8 @@
"target_posts",
"auto_revoke",
"show_posts",
"badge_type_id"
"badge_type_id",
"image_upload_id"
]
}
},
Expand Down Expand Up @@ -660,6 +674,12 @@
"null"
]
},
"image_upload_id": {
"type": [
"integer",
"null"
]
},
"listable": {
"type": "boolean"
},
Expand Down Expand Up @@ -727,7 +747,8 @@
"target_posts",
"auto_revoke",
"show_posts",
"badge_type_id"
"badge_type_id",
"image_upload_id"
]
}
},
Expand Down Expand Up @@ -7192,6 +7213,9 @@
},
"is_used": {
"type": "boolean"
},
"position": {
"type": "integer"
}
},
"required": [
Expand Down Expand Up @@ -7249,6 +7273,9 @@
},
"is_used": {
"type": "boolean"
},
"position": {
"type": "integer"
}
},
"required": [
Expand Down Expand Up @@ -15205,6 +15232,9 @@
"api_key_count": {
"type": "integer"
},
"similar_users_count": {
"type": "integer"
},
"single_sign_on_record": {
"type": [
"string",
Expand Down
21 changes: 21 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ paths:
type:
- string
- 'null'
image_upload_id:
type:
- integer
- 'null'
badge_type_id:
type: integer
required:
Expand All @@ -251,6 +255,7 @@ paths:
- auto_revoke
- show_posts
- badge_type_id
- image_upload_id
badge_types:
type: array
items:
Expand Down Expand Up @@ -390,6 +395,10 @@ paths:
type:
- string
- 'null'
image_upload_id:
type:
- integer
- 'null'
listable:
type: boolean
enabled:
Expand Down Expand Up @@ -442,6 +451,7 @@ paths:
- auto_revoke
- show_posts
- badge_type_id
- image_upload_id
required:
- badge_types
- badge
Expand Down Expand Up @@ -519,6 +529,10 @@ paths:
type:
- string
- 'null'
image_upload_id:
type:
- integer
- 'null'
listable:
type: boolean
enabled:
Expand Down Expand Up @@ -571,6 +585,7 @@ paths:
- auto_revoke
- show_posts
- badge_type_id
- image_upload_id
required:
- badge_types
- badge
Expand Down Expand Up @@ -5119,6 +5134,8 @@ paths:
type: array
is_used:
type: boolean
position:
type: integer
required:
- id
- name_key
Expand Down Expand Up @@ -5160,6 +5177,8 @@ paths:
type: array
is_used:
type: boolean
position:
type: integer
required:
- id
- name_key
Expand Down Expand Up @@ -10811,6 +10830,8 @@ paths:
type: boolean
api_key_count:
type: integer
similar_users_count:
type: integer
single_sign_on_record:
type:
- string
Expand Down

0 comments on commit 03221a7

Please sign in to comment.