{ "method": "POST", "path": "/api/v1/org/warehouse-credentials", "summary": "Create warehouse credentials", "tags": [ "Organization Warehouse Credentials" ], "requestBody": { "description": "the warehouse credentials to create", "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CreateOrganizationWarehouseCredentials", "description": "the warehouse credentials to create" } } } }, "responses": { "200": { "description": "Ok", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiOrganizationWarehouseCredentialsResponse" } } } }, "default": { "description": "Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiErrorPayload" } } } } } }