Skip to content

Commit 3f7f0bf

Browse files
authored
Update OpenAPI3-and-AWS-API-Gateway-Extensions.yaml.yaml
1 parent 4ddc46a commit 3f7f0bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

OpenAPI3-and-AWS-API-Gateway-Extensions.yaml.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
url: "https://github.com/hubmapconsortium/entity-api/blob/master/license.txt"
1212
version: "2.0.22"
1313
servers:
14-
- url: "https://entity-api.dev.hubmapconsortium.org"
14+
- url: "https://entity.api.hubmapconsortium.org"
1515
paths:
1616
/collections/{id}:
1717
get:
@@ -4651,5 +4651,4 @@ x-amazon-apigateway-gateway-responses:
46514651
RESOURCE_NOT_FOUND:
46524652
statusCode: 404
46534653
responseTemplates:
4654-
application/json: "{\"message\":$context.error.messageString,\n\"http_method\"\
4655-
: \"$context.httpMethod\"}"
4654+
application/json: "{\"message\":$context.error.messageString}"

0 commit comments

Comments
 (0)