/documents/{docPath}/canICreateSnapshot - Determine if a snapshot is possible

Perform a validation to determine if a snapshot can be created from a map, but it does not create the snapshot.

End-point

PUT /documents/{docPath}/canICreateSnapshot

Path parameters

Field Description

docPath

Full path of the document in the repository

Note: Collection separators "/" must be encoded as "%7C".

Request body

Field Type Description

BodyParam

CreateSnapshotRequest

The information required to validate if a snapshot can be created.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

CreateSnapshotResult

Validated if the snapshot can be created.