Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for upload schema example #144

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

amenasse
Copy link
Contributor

@amenasse amenasse commented Aug 8, 2024

Curl --data-binary filename needs to start with '@' so it is read as a file.

Form field grant_type missing opening quotes. With correct quoting Baas throws error - Unexpected Name "grant_type" so have removed it.

Anthony Menasse added 2 commits August 9, 2024 09:29
Form field grant_type missing opening quotes. With correct quoting Baas
throws error - Unexpected Name \"grant_type\".
Curl --data-binary filename needs to start with '@' so it is read as a
file.
@MattDodsonEnglish MattDodsonEnglish merged commit 3f2be1e into libremfg:main Aug 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants