update documentation for api.error
This commit is contained in:
parent
fd0c35fa14
commit
154a3a5c69
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ actions = ApiActions()
|
||||||
|
|
||||||
def error(request, data):
|
def error(request, data):
|
||||||
'''
|
'''
|
||||||
this action is used to test api error codes, it should return a 503 error
|
This action is used to test API error codes. It should return a 503 error.
|
||||||
'''
|
'''
|
||||||
success = error_is_success
|
success = error_is_success
|
||||||
return render_to_json_response({})
|
return render_to_json_response({})
|
||||||
|
|
Loading…
Reference in a new issue