To initiate an action on a reserved IPv6 send a POST request to/v2/reserved_ipv6/$RESERVED_IPV6/actions. In the JSON body to the request,set the type attribute to on of the supported action types:| Action | Details|------------|--------| assign | Assigns a reserved IPv6 to a Droplet| unassign | Unassign a reserved IPv6 from a Droplet
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To initiate an action on a reserved IPv6 send a POST request to/v2/reserved_ipv6/$RESERVED_IPV6/actions. In the JSON body to the request,set the type attribute to on of the supported action types:| Action | Details|------------|--------| assign | Assigns a reserved IPv6 to a Droplet| unassign | Unassign a reserved IPv6 from a Droplet
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/reserved_ipv6/{reserved_ipv6}/actions