v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
token

Update authentication token data by guid

put/token/auth/{guid}

Path parameters

guidstring required

guid of token

guid of token

Request body

countinteger

Example request

{
  "data": [
    {
      "active": true,
      "create_date": "2021-10-01T17:36:21.80063Z",
      "creator_guid": "ced47b64-ae93-417b-9e1b-8dd1b1410807",
      "expire_date": "2021-10-09T17:36:21.80063Z",
      "guid": "9e4afbd5-7453-415d-b2d4-181057afbfe5\"",
      "lastusage_date": "2021-10-08T17:36:21.80063Z",
      "limit_calls": 1000,
      "name": "JGoolsby-Api",
      "usage_calls": 1,
      "user_object": {
        "email": "JGoolsby@example.com",
        "firstname": "James",
        "id": 1000,
        "lastname": "Goolsby",
        "partid": 10,
        "enabled": true,
        "usergroup": "admin",
        "username": "JGoolsby"
      }
    }
  ]
}

Response

AuthTokenUpdateSuccessfulResponse

datastring
messagestring

Example response

{
  "data": "f4e2953e-ab42-40df-a7de-9ceb7faca396",
  "message": "successfully updated authtoken"
}