Merge a fork
POST {{baseUrl}}/environments/{{environmentUid}}/merges
[Merges] a forked environment back into its parent environment. Include the following in the request body:
source
— A string value that contains the source environment's unique ID to merge data from.deleteSource
— A boolean value that, if true, deletes the forked environment when it merges.
RESPONSES
status: OK
{"environment":{"uid":"12345678-d9c7dc8f-904e-4bba-99b5-4d490aae1957"}}