Rename Webhooks.yaml to webhooks.yaml #93
deploy-api-docs-to-readme.yml
on: push
sync-openapi-to-readme-prod
17s
sync-guide-docs-to-readme-prod
5s
Annotations
1 error
sync-openapi-to-readme-prod
OpenAPI schema validation failed.
UNEVALUATED PROPERTY must NOT have unevaluated properties
409 | "responses": {
410 | "201": {
> 411 | "400": {
| ^^^^^ 😲 400 is not expected to be here!
412 | "description": "An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.",
413 | "content": {
414 | "application/json": {
UNEVALUATED PROPERTY must NOT have unevaluated properties
916 | "responses": {
917 | "200": {
> 918 | "400": {
| ^^^^^ 😲 400 is not expected to be here!
919 | "description": "An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.",
920 | "content": {
921 | "application/json": {
UNEVALUATED PROPERTY must NOT have unevaluated properties
7321 | "responses": {
7322 | "200": {
> 7323 | "400": {
| ^^^^^ 😲 400 is not expected to be here!
7324 | "description": "An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.",
7325 | "content": {
7326 | "application/json": {
TYPE must be array
14567 | "summary": "Test webhook response",
14568 | "description": "Webhooks allow you to be notified of events as they happen on your Fire accounts. The below sample response shows how a webhook from Fire will arrive at your server. See our 'API and webhooks' guide for more detailed information.",
> 14569 | "tags": "API and Webhooks",
| ^ 👈🏽 type must be array
14570 | "requestBody": {
14571 | "required": true,
14572 | "content": {
|