Appearance
PUT/api/v1/tenant/products/{productId}/rules
Parameters 1
| Name | Type | Description |
|---|---|---|
productIdrequired | path · integer |
ReturnsResponseListProductAccessRuleView
AcceptsReplaceRulesRequest
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": [
{
"id": 0,
"productId": 0,
"scopeType": "string",
"scopeId": 0
}
],
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}