10.6 Set document password

POST http://{{rip_ip}}:5438/preflight/{{session_id}}/password

Provides the password for the session to be used when processing the document.

Request

JSON object containing the user and password.

Response

Success
  • 200 OK : {"Message":"Password stored"}
Error
  • 400 Bad Request : {"Message":"Password required"}
  • 404 Not Found : {"Message":"Session not found"}

Request Body

{"Password"=>"my secret"}