curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.volume.updateVolume \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"volume": {
"name": "<string>",
"sandboxId": "<string>",
"path": "<string>",
"readOnly": true
}
}
'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.volume.updateVolume \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"volume": {
"name": "<string>",
"sandboxId": "<string>",
"path": "<string>",
"readOnly": true
}
}
'{
"error": "<string>",
"message": "<string>"
}Was this page helpful?