Skip to content

Commit

Permalink
Merge pull request #48 from hasura/update_v2_config_schema
Browse files Browse the repository at this point in the history
make service_token_schema key not required
  • Loading branch information
BenoitRanque authored Sep 28, 2023
2 parents d55e05e + 4d14c4e commit 9ee707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-connector-sdk/src/default_main/v2_compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fn get_openapi_config_schema_response() -> ConfigSchemaResponse {
"type": "string"
}
},
"required": ["service_token_secret"]
"required": []
});

ConfigSchemaResponse {
Expand Down

0 comments on commit 9ee707f

Please sign in to comment.