-
Notifications
You must be signed in to change notification settings - Fork 3
webhooks swagger api documentation #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| - schemaVersion | ||
| projectUids: | ||
| type: array | ||
| description: Optional list of project scopes. Empty or missing means all projects under the account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor rewording suggestion, feel free to ignore or use
"Optional array of unique project identifiers. If no ids are provided, all projects in the account are included by default."
| - schemaVersion | ||
| projectUids: | ||
| type: array | ||
| description: Optional list of project scopes. Empty or missing means all projects under the account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor rewording suggestion, feel free to ignore or use
"Optional array of unique project identifiers. If no ids are provided, all projects in the account are included by default."
spec/openapi.yaml
Outdated
|
|
||
| - name: Webhooks | ||
| description: |- | ||
| The Webhooks API allows you to create and manage webhook subscriptions to receive real-time notifications about events in your Smartling projects. You can subscribe to various event types and receive HTTP callbacks when these events occur. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to link out to this article ? so customers know what events are available?
Maybe add the link for text "event types"
or add a line
See our Events Catalog for a full list of events.
No description provided.