Update signature rule mappings

put

/api/REST/2.0/assets/email/signature/rule/{ruleId}/mappings

for the signature rule specified by the id parameter. All mappings should be included in PUT requests as any missing mappings will be removed with the update. A maximum of 75000 mappings can be provided.

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the signature rule mappings to be updated.
Root Schema : schema
Type: array
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : EmailSignatureRuleMapping
Type: object
Title: EmailSignatureRuleMapping
Show Source

400 Response

Bad request. See Status Codes for information about other possible HTTP status codes.

401 Response

Unauthorized. See Status Codes for information about other possible HTTP status codes.

403 Response

Forbidden. See Status Codes for information about other possible HTTP status codes.

404 Response

The requested resource was not found. See Status Codes for information about other possible HTTP status codes.

500 Response

The service has encountered an error. See Status Codes for information about other possible HTTP status codes.
Back to Top