contents

Create a new checkpoint for a file

Create a new checkpoint with the current state of a file. With the default FileContentsManager, only one checkpoint is supported, so creating new checkpoints clobbers existing ones.

post/api/contents/{path}/checkpoints

Path parameters

pathstring required

file path

Response

Checkpoint created

idstring required

Unique id for the checkpoint.

last_modifiedstring dateTime required

Last modified timestamp

Changes