Skip to content

Commit

Permalink
make service_token_schema key not required
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Sep 27, 2023
1 parent d55e05e commit 4d14c4e
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 4d14c4e

Please sign in to comment.