Deploy a list revision

post/lists/{listId}/revisions/{revisionId}/deploy
Internal-Use Only

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

1No example avaliable

Path Parameters

NameTypeRequiredDescription
listId
string
true

A universally unique identifier for a list.

Examples:
"3659ea38-2618-4474-aeac-0bf6cfd3c322"
revisionId
string
true

A universally unique identifier for a list revision.

Examples:
"9b967566-6dcb-427f-93b3-8b9be1a945c9"

Responses

StatusMeaningDescription
200OKThe request succeeded.
403ForbiddenThe user did not have the necessary permissions.Schema
404Not FoundNo item exists at the requested path.Schema
500Internal Server ErrorThe request could not be fulfilled because of an unexpected server error.Schema