Skip to content

Commit 980ba9c

Browse files
authored
fix: bug in path for fetch gateway token (#590)
path is duplicating the base `/api/v1` 🤦‍♀️
1 parent 2b6dd2c commit 980ba9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go/plumbing/operations/get_a_i_gateway_token_responses.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/operations_client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,7 @@ paths:
31443144
$ref: '#/definitions/providerDefinition'
31453145
default:
31463146
$ref: '#/responses/error'
3147-
/api/v1/sites/{site_id}/ai-gateway/token:
3147+
/sites/{site_id}/ai-gateway/token:
31483148
parameters:
31493149
- name: site_id
31503150
type: string

0 commit comments

Comments
 (0)