v1

latestSwagger 2.02026-07-13285166341.1 KB
ContentSubmissions

Update a ContentSubmission

Updates a ContentSubmission. The body of the PUT is the updated ContentSubmission.
When successful, the response is empty. If unsuccessful, an appropriate ApiError is returned.

put/api/v2/ContentSubmissions/{contentSubmissionID}

Path parameters

contentSubmissionIDinteger required

The ID of the ContentSubmission to update

Request body

ContentSubmissionIDinteger

The ID of this Content Submission.

ContentDefinitionIDinteger

The ID of the Content Definition.

Repositorystring

The SVN repository used as the source of this content submission

Revisioninteger

The SVN revision used as the source of this content submission.

Versioninteger

Optional. The version number assigned to this Content Submission and the resulting Package. If not provided, version shall be 1 if it is the first content submission for the ContentDefinitionID otherwise it shall be the highest content submission version for the specified ContentDefinitionID incremented by 1.

UserIDinteger

Read Only. The ID of the user who submitted the content

SubmissionDatestring date-time

Read Only. The UTC date and time the content submission was made.

JobRunIDinteger

ReadOnly. The ID of the JobRun which will build the content package.

BuildIDinteger

ReadOnly. The ID of the Azure DevOps Build which will build the content package.

PackageIDstring

The ID of package generated by this content submission.

ReleaseNotesstring

Release Notes for this ContentSubmission

Response

No Content