Token

updateToken

post

This method updates the token used to communicate to an external base

Body
objectOptional
Responses
200

OK

*/*
post
POST /gbs-spid-server/token HTTP/1.1
Host: <ip>:8082
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
{
  "data": {
    "psbioStatus": "INACTIVE",
    "spidxStatus": "INACTIVE",
    "gbdsStatus": "INACTIVE",
    "idnStatus": "INACTIVE"
  }
}