Replies: 1 comment 1 reply
-
|
I have updated the document. I use this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I work on Q1841, you may test on Q1842 if wanted.
My modifications success goes as follow :
description.enby redefining the value (=update)languagerecording URL pointer (P3)I did not find clean answer in the readme.md nor
.data()documentationP3 is of type
commonMedia, see P3, which may affect the update ?Documentation improvements
Generally speaking, documentation for
.modify()(missing from doc?),.new_data_entity(),.data(),modify_data_entityneed improvement to be clearer. (If I understand those functions I will then edit those documentations).Documentation of
.datashows both READ and UPDATE, which is actually WRITE or DELETE behaviors..datashould focus on READ behavior, may be split into.data(READ) and.modify(WRITE, DELETE, UPDATE).Code sample are miss-labelled : .data's "update" actually .modify by ADDING a value (WRITE), and does not update existing claim.
As of now, from the doc, I don't see how to UPDATE claims (but I may have missed it !)
Code for Q1841's
.modify()Initial P3
.data(entity)
Beta Was this translation helpful? Give feedback.
All reactions