-
Improvement
-
Resolution: Duplicate
-
Normal
-
None
-
None
-
None
How to create collections from application? Docs specify what I can put or delete entities from collections. I have to go on site to create collection and come back to application to put or delete entities from collections? This is very bad. it’s necessary simple post requst on web server with new collection info. For example:
Digest autorization post request: musicbrainz.org/ws/2/collection
Body:
{
"name":"top list"
"type":"artist"
"description":""
"public":1
}
I can do post requset with form filds from application on https://musicbrainz.org/collection/create. But I will depend on site implementation and i can not use Digest authorization.
- duplicates
-
MBS-11914 Support creating collections through webservice
- Open