Update an Access Rule

put

/paas/api/v1.1/paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances/{service_name}/accessrules/{ruleName}

Disable, enable, or delete an access rule only. You cannot change the rule details.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
The request body defines the details of the disable, enable, or delete request.
Root Schema : updatesecrule-putrequest
Type: object
Show Source
  • Type of operation to perform on the access rule. Valid values are: update (to disable or enable a rule) and delete (to delete a rule).
  • State of the access rule to update to. This attribute is required only when you disable or enable a rule. Valid value is disable or enable.
Back to Top

Response

Supported Media Types

200 Response

OK (enable or disable rule).

202 Response

Accepted (delete rule).
Body ()
Root Schema : updatesecrule-response
Type: object
Show Source
Back to Top