Type of create index response incorrect. It should by object instead of string. The actual result is
The example in the SPEC (line 467) is correct.
|
responses: |
|
'201': |
|
description: resource created |
|
content: |
|
application/json: |
|
schema: |
|
type: string |
|
example: |
|
success: true |
Type of
create indexresponse incorrect. It should by object instead of string. The actual result isThe example in the SPEC (line 467) is correct.
astra-client-go/rest-api-swagger.yaml
Lines 459 to 467 in c640f33