Skip to content

Commit

Permalink
Deploy ga4gh/data-repository-service-schemas to github.com/ga4gh/data…
Browse files Browse the repository at this point in the history
…-repository-service-schemas.git:gh-pages
  • Loading branch information
traviscibot committed Nov 27, 2023
1 parent 482ffbc commit 3e9cad6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/components/schemas/DrsService.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
type: object
required:
- type
- maxBulkRequestLength
properties:
maxBulkRequestLength:
type: integer
required: true
description: The max length the bullk request endpoints can handle (>= 1) before generating a 413 error e.g. how long can the arrays bulk_object_ids and bulk_object_access_ids be for this server.
type:
type: object
Expand Down
4 changes: 2 additions & 2 deletions preview/release/drs-1.4.0/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,12 @@
"DrsService": {
"type": "object",
"required": [
"type"
"type",
"maxBulkRequestLength"
],
"properties": {
"maxBulkRequestLength": {
"type": "integer",
"required": true,
"description": "The max length the bullk request endpoints can handle (>= 1) before generating a 413 error e.g. how long can the arrays bulk_object_ids and bulk_object_access_ids be for this server."
},
"type": {
Expand Down
2 changes: 1 addition & 1 deletion preview/release/drs-1.4.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1431,10 +1431,10 @@ components:
type: object
required:
- type
- maxBulkRequestLength
properties:
maxBulkRequestLength:
type: integer
required: true
description: >-
The max length the bullk request endpoints can handle (>= 1) before
generating a 413 error e.g. how long can the arrays bulk_object_ids
Expand Down

0 comments on commit 3e9cad6

Please sign in to comment.