OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
229 stars 49 forks source link

Support stream update call #399

Closed tzarebczan closed 2 years ago

tzarebczan commented 2 years ago

This will work very similar to the publish call, but gives us the ability to update claims by claim id vs name. We have some users who have claims with the same name, so the publish call does not work.

Similar to publish, a new file can be posted.

If a claim_id is passed via params, assume it's a stream update and use that SDK call by passing the claim id INSTEAD of the name, and also pass the replace = true param. Everything else is the same about the API.