Skip to content

Commit

Permalink
Updating OpenAPI doc to update get to put
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggy-at-specterops committed Feb 24, 2025
1 parent d6373a4 commit ffbc836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hc/en-us/reference/eula/accept-eula.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
openapi: get /api/v2/accept-eula
openapi: put /api/v2/accept-eula
---
2 changes: 1 addition & 1 deletion packages/go/openapi/doc/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10049,7 +10049,7 @@
"$ref": "#/components/parameters/header.prefer"
}
],
"get": {
"put": {
"operationId": "AcceptEula",
"summary": "Accept EULA",
"description": "Accept BloodHound Enterprise EULA for logged in user (EULA applies to BHE customers only).",
Expand Down
2 changes: 1 addition & 1 deletion packages/go/openapi/src/paths/eula.accept-eula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

parameters:
- $ref: './../parameters/header.prefer.yaml'
get:
put:
operationId: AcceptEula
summary: Accept EULA
description: Accept BloodHound Enterprise EULA for logged in user (EULA applies to BHE customers only).
Expand Down

0 comments on commit ffbc836

Please sign in to comment.