You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update existing authentication/authorization record for an agent running in the VOLTTRON platform.
If not all fields in the record are provided, only those which have been provided will be updated. Other fields will remain the same.
Note::auth_user_id can take any value specified in a user_id field in an auth record on the system. For local agents, this should be the actual VIP identity. The string, however is arbitrary and may have other values for remote agents to distinguish them from local versions of the same agent.
Update existing authentication/authorization record for an agent running in the VOLTTRON platform.
If not all fields in the record are provided, only those which have been provided will be updated. Other fields will remain the same.
Request:
BEARER <jwt_token>
application/json
Response:
With valid BEARER token on success:
204 No Content
With valid BEARER token on failure:
400 Bad Request
application/json
With invalid BEARER token:
401 Unauthorized
The text was updated successfully, but these errors were encountered: