Balrog/Admin API: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 191: Line 191:


=== PUT ===
=== PUT ===
Overwrites the named Release with the data given. The "blob" field is completely overridden with the new one, <em>not</em> updated. If the Release does not exist, it is created. The following parameters are supported:
* name (required)
* product (required)
* blob (required)
* data_version (required if the Release already exists)
=== POST ===
Updates the named Release with the data given. The "blob" field is updated with the new one instead of being completely overriden. If the Release does not exist, it is created. The following parameters are supported:
* product (required)
* data (required)
* data_version (required if the Release already exists)
* hashFunction
* schema_version
* copyTo
* alias
=== DELETE ===
Deletes the named Release. The following parameters are supported:
* data_version (required)
canmove, Confirmed users
6,441

edits

Navigation menu