MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
427 stars 79 forks source link

Set Thumbnail for Camera #64

Open brown-matt-att-net opened 2 years ago

brown-matt-att-net commented 2 years ago

Does the request for set thumbnail for camera work?

I tried various combinations of changing the url with api/account/network/camera/filename but all I have managed to get was a 404 and {"message":"Camera not found","code":500} response. Does it need a post body?

logicbomb421 commented 1 year ago

@brown-matt-att-net Currently trying to figure something else out and have a proxy running. Looks like these are set via:

POST /api/v1/accounts/{AccountID}/networks/{NetworkID}/owls/{OwlID}/thumbnail

The request contained no body, and the response returns a command object whose ID can be polled for completion like other commands.

Hope this helps!

brown-matt-att-net commented 1 year ago

Thanks! That worked for me.