Skip to content

Commit

Permalink
Perms for GET webhook, url property
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 18, 2024
1 parent 15a2e57 commit 873107f
Show file tree
Hide file tree
Showing 6 changed files with 618 additions and 306 deletions.
8 changes: 5 additions & 3 deletions assets/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2582,17 +2582,19 @@
"source_guild": {
"$ref": "#/components/schemas/Guild"
},
"url": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"application",
"application_id",
"avatar",
"channel",
"channel_id",
"guild",
"guild_id",
"id",
"name",
"source_guild",
Expand Down Expand Up @@ -8778,7 +8780,7 @@
"bearer": []
}
],
"description": "Returns a webhook object for the given id.",
"description": "Returns a webhook object for the given id and token.",
"responses": {
"200": {
"description": "",
Expand Down
Loading

0 comments on commit 873107f

Please sign in to comment.