mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated Webhook API error message
refs 6f1abc610a
- updated missing Webhook API error message when integration is missing
This commit is contained in:
parent
b2169da590
commit
4e45373730
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@
|
|||
},
|
||||
"nonExistingIntegrationIdProvided": {
|
||||
"context": "'integration_id' value does not match any existing integration.",
|
||||
"help": "Provide 'integration_id' of existing integration."
|
||||
"help": "Provide the 'integration_id' of an existing integration."
|
||||
},
|
||||
"webhookAlreadyExists": "Target URL has already been used for this event."
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue