Create a pull request

View as Markdown
Creates a pull request for a forked collection into its parent collection.

Authentication

x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

collectionIdstringRequiredformat: "uid"
The collection's unique ID.

Request

This endpoint expects an object.
titlestringRequired
The title of the pull request.
reviewerslist of stringsRequired
A list of reviewers to assign to the pull request.
destinationIdstringRequired
The collection ID to merge the pull request into.
descriptionstringOptional
The pull request's description.

Response

Successful Response
createdAtstring
The date and time at which the pull request was created.
createdBystring
The ID of the user who created the pull request.
descriptionstring
The pull request's description.
destinationIdstring
The pull request's merge destination ID.
idstring
The pull request's ID.
sourceIdstring

The pull request’s source (parent) ID.

statusstring
The pull request's current status.
titlestring
The pull request's title.
updatedAtstring
The date and time at which the pull request was updated.

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error