When a PR from branch a to branch b is finished, an automatic PR from branch c to branch d is prepared and completed.
This query does not mention autocomplete, as far as I can tell.
Also, can I provide a policy to the automated PR so that it completes itself?
Update
I tried the following number:
https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull%20requests/update?view=azure-devops-rest-5.1
But I got the error:
Invoke-RestMethod : {"$id":"1","innerException":null,"message":"Invalid argument value.\r\nParameter name: Invalid
pull request auto complete set by id. Valid values are either the current user identity id, or an empty guid (to unset
auto complete)."
I attempted to extract the creator ID from the answer, but it was missing.