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

[NOTE] API "POST /chartrepo/charts" can be calling by another API #47

Open
moooofly opened this issue Feb 5, 2019 · 0 comments
Open
Labels
note markdown some conclusions v1.6.0-66709daa

Comments

@moooofly
Copy link
Owner

moooofly commented Feb 5, 2019

from swagger file, you can see

POST /chartrepo/charts

Upload a chart file to the default ‘library’ project. 
Uploading together with the prov file at the same time is also supported.

and it can be substituted by the API below by specifying {repo} to library

POST /chartrepo/{repo}/charts

Upload a chart file to the specified project. 
With this API, the corresponding provance file can be uploaded together with chart file at once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note markdown some conclusions v1.6.0-66709daa
Projects
None yet
Development

No branches or pull requests

1 participant