Skip to main content
POST
/
evault
/
v1
/
file_shares
/
{id}
/
set_password
Set Fileshare password
curl --request POST \
  --url https://api.example.com/evault/v1/file_shares/{id}/set_password/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_password": "<string>",
  "old_password": "<string>"
}
'
{
  "new_password": "<string>",
  "old_password": "<string>"
}

Path Parameters

id
string
required

A unique value identifying this file sharing.

Body

new_password
string
required
Minimum string length: 1
old_password
string | null

Response

200 - application/json
new_password
string
required
old_password
string | null