We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1564bd9 commit 2574b28Copy full SHA for 2574b28
module/ai-api/schema.go
@@ -27,7 +27,7 @@ func genOperation(summary string, description string, variables []*ai_api_dto.Ai
27
Name: "Authorization",
28
In: "header",
29
Required: true,
30
- Example: "Bearer {your_apipark_apikey}",
+ Example: "{your_apipark_apikey}",
31
})
32
operation.RequestBody = genRequestBody(variables)
33
operation.Responses = &openapi3.Responses{}
0 commit comments