You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GET /relations route doesn't have a (documented) filter for the actual relation id...
The id filter currently refers to the resource, where it's either the subject or object. That filter should be renamed to resourceId, and id should be the Relation id.
The text was updated successfully, but these errors were encountered:
@evillemez Could we add a PUT route for editing relations? As far as I can tell, the only way to do that at the moment is deleting the original relation and recreating a new one with the updated data.
This isn't a huge issues, since there's only so much data in a relation that you could possibly edit, but it does come up when people want to change the kind of their text tracks.
Doable - but I'm not at AC anymore and can't really devote any time to the project, unfortunately... I'd bet that @DavidMikeSimon would accept a PR if anyone were to add it, though.
The
GET /relations
route doesn't have a (documented) filter for the actual relation id...The
id
filter currently refers to the resource, where it's either the subject or object. That filter should be renamed toresourceId
, andid
should be the Relation id.The text was updated successfully, but these errors were encountered: