forked from loafle/openapi-generator-original
Preserve order of securitySchemes (#14536)
* Remove alphabetical sort * Update integration testing expectations * Regenerate files
This commit is contained in:
@@ -28,8 +28,8 @@ typedef struct apiClient_t {
|
||||
int (*progress_func)(void *, curl_off_t, curl_off_t, curl_off_t, curl_off_t);
|
||||
void *progress_data;
|
||||
long response_code;
|
||||
list_t *apiKeys_api_key;
|
||||
char *accessToken;
|
||||
list_t *apiKeys_api_key;
|
||||
} apiClient_t;
|
||||
|
||||
apiClient_t* apiClient_create();
|
||||
|
||||
Reference in New Issue
Block a user