Error
Application error
59103: Resource Already Exists
API
A Rule with the same match key (the combination of matchType and value, such as the same URL prefix) already exists for this account.
- A
POST /v2/Webhooks/Rulesrequest was made with amatchType/valuepair that duplicates an existingRule.
- List existing
Rules(GET /v2/Webhooks/Rules) to find the conflicting rule. - If you intend to change where that pattern routes,
PATCHthe existingRule'ssettingsinstead of creating a new one. - If you intend to replace it, delete the existing
Rulefirst, then create the new one.