Skip to content

Commit

Permalink
Add Webhook annotation to list in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Azquelt committed May 16, 2024
1 parent 9488259 commit 46dca47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ The following annotations are found in the https://github.com/eclipse/microprofi
| https://github.com/eclipse/microprofile-open-api/blob/main/api/src/main/java/org/eclipse/microprofile/openapi/annotations/servers/ServerVariable.java[@ServerVariable] | Represents a server variable for server URL template substitution.
| https://github.com/eclipse/microprofile-open-api/blob/main/api/src/main/java/org/eclipse/microprofile/openapi/annotations/tags/Tag.java[@Tag] | Represents a tag for the API endpoint.
| https://github.com/eclipse/microprofile-open-api/blob/main/api/src/main/java/org/eclipse/microprofile/openapi/annotations/tags/Tags.java[@Tags] | A container of multiple tags.
| https://github.com/eclipse/microprofile-open-api/blob/main/api/src/main/java/org/eclipse/microprofile/openapi/annotations/callbacks/Webhook.java[@Webhook] | Represents a webhook that may be received. Similar to a callback but initiated using some mechanism other than a call to an operation (e.g. an admin UI).
|===

===== Overrides
Expand Down

0 comments on commit 46dca47

Please sign in to comment.