Skip to content

Commit e420412

Browse files
committed
Fixed errors tracked by pending Git issues.
1 parent f254143 commit e420412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deprecated/api-style-guide.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Any failed request validation responds `400 Bad Request` HTTP status. If clients
215215
If there are business rules (more than data type, length, etc.), it is best to provide a specific
216216
error code and message (in addition to the `400`) for that validation.
217217

218-
For situations which require interaction with APIs or processes outside of the current request, the `422` status code is appropriate. For more practical examples, see the [PPaaS Blog on this topic](http://ppaas/news/2014/05/01/added-standards-for-422-http-status/)
218+
For situations which require interaction with APIs or processes outside of the current request, the `422` status code is appropriate.
219219

220220
After successful update, PUT operations should respond `204 No Content` HTTP status with no response body.
221221

@@ -237,6 +237,7 @@ Unless it optimizes client flow in calling other APIs, or system-generated value
237237
"path": "/url",
238238
"value": "https://www.yeowza.com/paypal_webhook_new_url"
239239
}
240+
]
240241
#### Example Response
241242
204 No Content
242243

0 commit comments

Comments
 (0)