POST
/
v2
/
update_shareable_folder
curl --request POST \
  --url http://127.0.0.1:9550/v2/update_shareable_folder \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>",
  "subscription": {
    "folder_description": "<string>",
    "has_web_alternative": true,
    "is_free": true,
    "minimum_time_delegated_hours": 1,
    "minimum_token_delegation": 1,
    "monthly_payment": {
      "USD": 123
    }
  }
}'
"<string>"

Modify the properties or permissions of an existing shareable folder.

Body

application/json
path
string
required
subscription
object
required

Response

200
text/plain
Successfully updated shareable folder

The response is of type string.