Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Status Update

sandavid edited this page Apr 27, 2013 · 1 revision

GET status/update

Returns an empty JSON if the status was successfully updated.

  • URL

    /status/update?token=token&text=text

  • Method:

    GET

  • URL Params

    Required:

    token=[string] text=[string]

  • Success Response:

    • Content:
    {}
    
  • Error Response:

    • Code: 400 Bad Request
      Content:

      {
      	"error":"Bad Request",
      	"code":400
      }
      
    • Code: 999 Unexpected Error
      Content:

      {
      	"error":"Unexpected Error",
      	"code":999
      }
      
  • Sample Call:

    /status/update?token=12020d065be4447c9395506cc2278c8f&text=good morning

Clone this wiki locally