We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the following operation in in v2:
DELETE /v2/entities/type/<entityType>/id/<entityId>/attrs/<attrName>
Same operation that #993, but taking into account entityType also in the URL.
See detailed description in the NGSIv2 APIary reference at http://telefonicaid.github.io/fiware-orion/api/v2/.
The text was updated successfully, but these errors were encountered:
At the end, this is going to be implemented using ?type=<entityType>.
?type=<entityType>
Sorry, something went wrong.
Implemented in PR #1770.
QA Acceptance Test pending. Reopened and asigned to QATestPending milestone.
LGTM
See:
test/acceptance/behave/components/ngsiv2/attributes/remove_a_single_attribute/remove_a_single_attribute.feature
Merge pull request telefonicaid#994 from FIWARE/refactor/transactionS…
14528cc
…tart_from_ConnectionInfo refactor/transactionStart_from_ConnectionInfo
iariasleon
No branches or pull requests
Implement the following operation in in v2:
Same operation that #993, but taking into account entityType also in the URL.
See detailed description in the NGSIv2 APIary reference at http://telefonicaid.github.io/fiware-orion/api/v2/.
The text was updated successfully, but these errors were encountered: