Open RickMoynihan opened 1 year ago
This is the follow on part for #261. Once a delta has been created via the process outlined in #261, a user will want to apply it.
They can do so by issuing the following POST request:
POST
POST /my-data/my-release Content-Type: application/x-datahost-tx-csv If-Match: <REVISION_ID> <TX_FORMAT_DATA>
The TX_FORMAT_DATA is in the format supplied by the route described in #261.
More details of the approach are described in the reified tx approach in this presentation:
delta-protocol-design-v2.zip
This is the follow on part for #261. Once a delta has been created via the process outlined in #261, a user will want to apply it.
They can do so by issuing the following
POST
request:The TX_FORMAT_DATA is in the format supplied by the route described in #261.
More details of the approach are described in the reified tx approach in this presentation:
delta-protocol-design-v2.zip