Create a pull request
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
collectionId
The collection's unique ID.
Request
This endpoint expects an object.
title
The title of the pull request.
reviewers
A list of reviewers to assign to the pull request.
destinationId
The collection ID to merge the pull request into.
description
The pull request's description.
Response
Successful Response
createdAt
The date and time at which the pull request was created.
createdBy
The ID of the user who created the pull request.
description
The pull request's description.
destinationId
The pull request's merge destination ID.
id
The pull request's ID.
sourceId
The pull request’s source (parent) ID.
status
The pull request's current status.
title
The pull request's title.
updatedAt
The date and time at which the pull request was updated.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error