···491491 "Object": "cipher"
492492 }
493493494494-### Icons
495495-496496-Each login cipher can show an icon (favicon) for its URL, which is fetched via
497497-Bitwarden's servers (presumably for caching).
498498-499499-To fetch an icon for a URL, issue an unauthenticated `GET` to
500500-`$iconURL/(domain)/icon.png`:
501501-502502- GET $iconURL/google.com/icon.png
503503- (no authentication header)
504504-505505-The binary response will contain the icon.
506506-507494### Updating an item
508495509496Send a `PUT` request to `$baseURL/ciphers/(cipher UUID)`:
···534521 Authorization: Bearer (access_token)
535522536523A successful but zero-length response will be returned.
524524+525525+### Icons
526526+527527+Each login cipher can show an icon (favicon) for its URL, which is fetched via
528528+Bitwarden's servers (presumably for caching).
529529+530530+To fetch an icon for a URL, issue an unauthenticated `GET` to
531531+`$iconURL/(domain)/icon.png`:
532532+533533+ GET $iconURL/google.com/icon.png
534534+ (no authentication header)
535535+536536+The binary response will contain the icon.