diff --git a/openapi.yaml b/openapi.yaml index 7e8c1be..1e2a801 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -30,6 +30,17 @@ servers: description: Production x-internal: false +x-speakeasy-retries: + strategy: backoff + backoff: + initialInterval: 500 # 500 milliseconds + maxInterval: 60000 # 60 seconds + maxElapsedTime: 3600000 # 5 minutes + exponent: 1.5 + statusCodes: + - 5XX + retryConnectionErrors: true + security: - OAuth2: - read @@ -632,6 +643,7 @@ webhooks: tags: - Bookings requestBody: + required: true content: application/json: schema: