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.
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.