#OWS Release Builder API
==============

##Overview

`ows_rb_api.raml` describes an API endpoint for handling release builder related methods. Currently we are only supporting the corrections workflow but this will be expanded to localization going forward.

##Endpoints

`GET v1.0/correction/` 
 
- Get correction data for a release. Returns `200 OK` when release is in correction mode with correction_id & `204 No Content` when release is not in correction
 
`POST v1.0/correction/` 
 
- Start a new correction, returns `201 Created` new with correction_id from `art_relations.release_correction`

`PATCH v1.0/correction/` 
 
- Update a correction by correction_id. Generally this is just changing the status column. `202 Accepted` on success

`GET v1.0/correction/details` 
 
- Get the correction details for a correction_id. Returns `200 OK` on success

`POST v1.0/correction/details` 
 
- Post a new set of corrections to upsert/delete current set. `202 Accepted` on success