canmove, Confirmed users
6,441
edits
(→API) |
|||
| Line 181: | Line 181: | ||
| rowspan=3 |/releases/[name]/builds/[platform]/[locale] | | rowspan=3 |/releases/[name]/builds/[platform]/[locale] | ||
| rowspan=3 | PUT | | rowspan=3 | PUT | ||
| details - the JSON blob associated with this build | |||
| rowspan=3 | Update the build with the supplied JSON data. If any of the named release, platform, or locale don't exist, they will be created. If the specific build already exists, it will be overwritten with the supplied information. | | rowspan=3 | Update the build with the supplied JSON data. If any of the named release, platform, or locale don't exist, they will be created. If the specific build already exists, it will be overwritten with the supplied information. | ||
| 200 - Build modified | | 200 - Build modified | ||
| | | | ||
|- | |- | ||
| product | |||
| 201 - Build created | | 201 - Build created | ||
| | | | ||
|- | |- | ||
| version | |||
| 400 - The details value is malformed or NULL. | | 400 - The details value is malformed or NULL. | ||
| errmsg | | errmsg | ||