Skip to content

Commit

Permalink
Update HTTP responses for newly-tested endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Apr 24, 2024
1 parent 4df4880 commit ae95986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/openapi-admin-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4490,8 +4490,8 @@ paths:
description: |-
Regenerate the Edge Server instance registration token.
responses:
"200":
description: OK
"201":
description: Created
content:
application/json:
schema:
Expand Down Expand Up @@ -4521,7 +4521,7 @@ paths:
example: Edge-Store-41
description: A human-readable name for the Edge Server instance.
responses:
"200":
"204":
description: No content

"/groups/{groupId}/apps/{appId}/endpoints":
Expand Down

0 comments on commit ae95986

Please sign in to comment.