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
PATCH /v1/projects/:projectId/datasets/:name/entities/:uuid
Can specify updated values for inner data (any property in the dataset) and label in an entity
For this first version, you can send just the data change you want to apply, and we don't enforce any entity versioning (like with the deprecated instance id in submission edits). Version numbers to be figured out in issue #832.
The text was updated successfully, but these errors were encountered:
by the HTTP spec PUT permits creation of a resource but i'm guessing we're not doing that? are we only doing update in general this release, no create?
PATCH /v1/projects/:projectId/datasets/:name/entities/:uuid
Can specify updated values for inner data (any property in the dataset) and label in an entity
For this first version, you can send just the data change you want to apply, and we don't enforce any entity versioning (like with the deprecated instance id in submission edits). Version numbers to be figured out in issue #832.
The text was updated successfully, but these errors were encountered: