Skip to content

Commit

Permalink
set response for subscription check auth_db api
Browse files Browse the repository at this point in the history
  • Loading branch information
gyanpgupta authored and Hlmn-Rmr committed Sep 27, 2018
1 parent 20dc062 commit f90a37e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/apiary.apib
Expand Up @@ -621,6 +621,24 @@ An auth-token is provided by the response, which should be used for subsequent r
"username": "admin" "username": "admin"
} }


+ Response 403 (application/json)

{
"_message": "Liveblog mobile can not access on this subscription",
"_status": "ERR"
}

+ Response 401 (application/json)

{
"_issues": {
"credentials": 1
},
"_message": "",
"_status": "ERR"
}


# Group User Management # Group User Management


**Authentication required.** **Authentication required.**
Expand Down

0 comments on commit f90a37e

Please sign in to comment.