Fixed the pattern matching errors in the api_blueprint_writer write_parameters and write_response_body functions.
The pattern params = %{} matches any map, but the cases where it was used should have been matching an empty map. This resulted in the parameters not being registered.
Updated the anchor function in api_blueprint_writer to print the correct key name, instead of always using "id", and to support multiple path params keys.
updated how Bureaucrat.Recorder is called, removing the call to the deprecated Supervisor.Spec
Fixed the pattern matching errors in the api_blueprint_writer
write_parameters
andwrite_response_body
functions.params = %{}
matches any map, but the cases where it was used should have been matching an empty map. This resulted in the parameters not being registered.Updated the
anchor
function in api_blueprint_writer to print the correct key name, instead of always using "id", and to support multiple path params keys.updated how Bureaucrat.Recorder is called, removing the call to the deprecated Supervisor.Spec