Skip to content

Commit 2574b28

Browse files
committed
update ai api schema
1 parent 1564bd9 commit 2574b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ai-api/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func genOperation(summary string, description string, variables []*ai_api_dto.Ai
2727
Name: "Authorization",
2828
In: "header",
2929
Required: true,
30-
Example: "Bearer {your_apipark_apikey}",
30+
Example: "{your_apipark_apikey}",
3131
})
3232
operation.RequestBody = genRequestBody(variables)
3333
operation.Responses = &openapi3.Responses{}

0 commit comments

Comments
 (0)