We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey Guys, developing a small external enhanchement for users - a PUT for Notifications would be great. Wha do you think about? greets
The text was updated successfully, but these errors were encountered:
Can you please describe it the desired endpoint in a little more detail?
Sorry, something went wrong.
Should better known as POST wold be great :) - Beware, only copy&paste - never written a swagger script swagger/notification.yaml
paths: /notification: post: tags: - Notification summary: Creates a new notification description: '' produces: - application/json parameters: - name: body in: body description: The notification required: true schema: type: object required: - data properties: data: $ref: "#/definitions/Notification" responses: '200': description: successful operation schema: $ref: "#/definitions/Notification" '/post':
No branches or pull requests
Hey Guys,
developing a small external enhanchement for users - a PUT for Notifications would be great. Wha do you think about?
greets
The text was updated successfully, but these errors were encountered: