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>",
"is_free": true,
"has_web_alternative": true,
"minimum_time_delegated_hours": 1,
"minimum_token_delegation": 1,
"monthly_payment": {
"USD": 123
}
}
}
'"<string>"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>",
"is_free": true,
"has_web_alternative": true,
"minimum_time_delegated_hours": 1,
"minimum_token_delegation": 1,
"monthly_payment": {
"USD": 123
}
}
}
'"<string>"Show child attributes
x >= 0x >= 0Successfully updated shareable folder
The response is of type string.
Was this page helpful?