Loading...
Update the specified token object.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/api-tokens/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2024-11-15T11:31:14.415Z", "token": "text", "modules": [ { "id": "text", "href": "text", "description": "text", "isConfigurable": false, "isEnabledByDefault": false, "paid": false, "name": "text", "accountTypes": [ "text" ] } ] }