Assign features to a subscription
PUT
/v2/organizations/{org_id}/subscriptions/{sub_id}/assign_featuresLast modified: 3 days ago
Assign features to a subscription
Request
Path Params
org_id
string
required
sub_id
string
required
Body Params application/json
array[string]
optional
Allowed value:
features
Example
"features"
Request samples
Responses
OK(200)
Unauthorized(401)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Features assigned
Data Schema
object {0}
Example
{}
Last modified: 3 days ago