Token
This method updates the token used to communicate to an external base
Body
objectOptional
Responses
200
OK
*/*
400
Bad Request
*/*
401
Unauthorized
*/*
404
Not Found
*/*
503
Service Unavailable
*/*
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"
}
}