Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.dispersed.com/v1/operator-profiles/{uuid} \ --header 'Content-Type: application/json' \ --data ' { "wallet_address": "<string>" } '
{ "is_active": true, "object": "operator_profile", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "uuid": "<string>", "account_uuid": "<string>", "wallet_address": "<string>", "deleted_at": "2023-11-07T05:31:56Z" }
Operator profile updated successfully
operator_profile