Registry API - Is it possible to have labels and additional propertied in create API? #2722
-
I see these labels and propertied update option is there with Update Artifact API. Is it possible to do in same POST call for Create API ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Currently only name, description, and version can be passed (as HTTP request headers) when creating a new artifact. I'll open a GH issue to track adding labels and properties as well. We might also extend the |
Beta Was this translation helpful? Give feedback.
-
Update: this has been implemented in 3.0. |
Beta Was this translation helpful? Give feedback.
Currently only name, description, and version can be passed (as HTTP request headers) when creating a new artifact. I'll open a GH issue to track adding labels and properties as well. We might also extend the
application/create.extended+json
variant to allow this.