Skip to content

Commit

Permalink
Regenerate OpenAPI spec for HTTP server timeout property (#222)
Browse files Browse the repository at this point in the history
regen API
  • Loading branch information
korotkov-aerospike authored Aug 14, 2024
1 parent 89a2697 commit 57b7f25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,11 @@ const docTemplate = `{
"$ref": "#/definitions/model.RateLimiterConfig"
}
]
},
"timeout": {
"description": "Timeout for http server operations in milliseconds.",
"type": "integer",
"default": 5000
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,10 @@
} ],
"description" : "HTTP rate limiter configuration.",
"type" : "object"
},
"timeout" : {
"description" : "Timeout for http server operations in milliseconds.",
"type" : "integer"
}
},
"type" : "object"
Expand Down
3 changes: 3 additions & 0 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,9 @@ components:
- $ref: '#/components/schemas/model.RateLimiterConfig'
description: HTTP rate limiter configuration.
type: object
timeout:
description: Timeout for http server operations in milliseconds.
type: integer
type: object
model.JobStatus:
enum:
Expand Down

0 comments on commit 57b7f25

Please sign in to comment.