diff --git a/pageserver/src/http/openapi_spec.yml b/pageserver/src/http/openapi_spec.yml index 1f8298ca3e..40e4f035ae 100644 --- a/pageserver/src/http/openapi_spec.yml +++ b/pageserver/src/http/openapi_spec.yml @@ -386,6 +386,7 @@ paths: "202": description: Tenant attaching scheduled "400": + description: Bad Request content: application/json: schema: @@ -945,7 +946,7 @@ components: type: string enum: [ "maybe", "attached", "failed" ] data: - - type: object + type: object properties: reason: type: string