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.
Successfully updated shareable folder
The response is of type string
.
Was this page helpful?
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>"
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.
Successfully updated shareable folder
The response is of type string
.
Was this page helpful?
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>"