canmove, Confirmed users
6,439
edits
No edit summary |
No edit summary |
||
Line 90: | Line 90: | ||
| PUT | | PUT | ||
| Same as /rule POST | | Same as /rule POST | ||
| | | Replace the rule with the supplied parameters. Any missing parameters will be considered NULL. | ||
|- | |||
| /rule/[id] | |||
| POST | |||
| Same as /rule POST | |||
| Update the rule with any parameters passed. Any missing parameters will not be changed. | |||
|- | |- | ||
| /rule/[id] | | /rule/[id] | ||
Line 99: | Line 104: | ||
== Build machine as a client == | == Build machine as a client == | ||
Build machines have a very small set of things they do with AUS3. They are: | |||
* Adding new releases (PUT /release/[name]) | |||
* Adding new builds to releases (PUT /release/[name]/builds/[platform]/[locale]) | |||
* Updating builds on existing releases (PUT /release/[name]/builds/[platform]/[locale]) | |||
* Update test, beta, and release channel rules (POST /release/[name]/builds/[platform]/[locale]) | |||
== Web-based Administration client == | |||
The web based Administration allows for manipulating all aspects of the rules and releases. |