Understanding the merges REST service
Use the merges REST service to obtain the status of the merge that you created by using the merge subresource.
This subresource takes the following parameters:
- Request – http://serverURL/prweb/api/v1/merges/{ID}
- Parameter – ID. The unique identifier that you obtained by running the merge subresource of the branches REST service. This parameter is required.
- Response – The merges REST service returns the status from the System-Queue-Merge instance.
Previous topic Understanding the review subresource