Skip to content

Commit

Permalink
chore: generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
revolt-ci committed Jun 26, 2024
1 parent 0eef6a6 commit 3114a13
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions OpenAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "AGPLv3",
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
},
"version": "0.7.11"
"version": "0.7.12"
},
"servers": [
{
Expand Down Expand Up @@ -6263,7 +6263,7 @@
}
},
"badges": {
"description": "Bitfield of user badges",
"description": "Bitfield of user badges\n\nhttps://docs.rs/revolt-models/latest/revolt_models/v0/enum.UserBadges.html",
"type": "integer",
"format": "uint32",
"minimum": 0.0
Expand All @@ -6278,7 +6278,7 @@
"nullable": true
},
"flags": {
"description": "Enum of user flags",
"description": "Enum of user flags\n\nhttps://docs.rs/revolt-models/latest/revolt_models/v0/enum.UserFlags.html",
"type": "integer",
"format": "uint32",
"minimum": 0.0
Expand Down Expand Up @@ -7534,6 +7534,12 @@
}
],
"nullable": true
},
"flags": {
"description": "Bitfield of message flags\n\nhttps://docs.rs/revolt-models/latest/revolt_models/v0/enum.MessageFlags.html",
"type": "integer",
"format": "uint32",
"minimum": 0.0
}
}
},
Expand Down Expand Up @@ -8451,6 +8457,13 @@
}
],
"nullable": true
},
"flags": {
"description": "Bitfield of message flags\n\nhttps://docs.rs/revolt-models/latest/revolt_models/v0/enum.MessageFlags.html",
"type": "integer",
"format": "uint32",
"minimum": 0.0,
"nullable": true
}
}
},
Expand Down

0 comments on commit 3114a13

Please sign in to comment.