Rename an account
PUT/accounts/:account_id
Only the display name is editable.
The platform and the stored OAuth credentials are deliberately immutable here — changing them would re-point a connection at a different identity. To switch platform or re-authorize, disconnect and reconnect in the web app.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Renamed. Also carries user_id, which the list endpoints omit.
Invalid or duplicate name.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
The key is valid but lacks a required scope.
No such resource for this key's owner. A resource belonging to another user is indistinguishable from one that does not exist.