Deploy a list revision

post/lists/{listId}/revisions/{revisionId}/deploy

Deploys the specified revision.

For each list, only one revision is deployed at a time.

Deploying a revision means that the run-time consumers of list data can access the contents of the revision for the specified list.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
listId
string
true

A universally unique identifier for a list.

revisionId
string
true

A universally unique identifier for a list revision.

Responses

StatusMeaningDescription
200OK

The request succeeded.

403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

No item exists at the requested path.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema