mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Remove link from v2 error response
This commit is contained in:
@@ -21,7 +21,6 @@ def build_error_message(errors, schema):
|
||||
message = {
|
||||
"code": "1001",
|
||||
"message": "Validation error occurred - {}".format(schema['title']),
|
||||
"link": "link to error documentation (not yet implemented)",
|
||||
"fields": fields
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user