Skip to content

Implement updateResource#88

Open
miquelgall wants to merge 2 commits into
mainfrom
codex/87-implement-update-resource
Open

Implement updateResource#88
miquelgall wants to merge 2 commits into
mainfrom
codex/87-implement-update-resource

Conversation

@miquelgall
Copy link
Copy Markdown
Contributor

Summary

  • Add updateResource(resourceId, data, params?) for PATCH /rest/ofscCore/v1/resources/{resourceId}
  • Add update resource request/query types, including identifyResourceBy
  • Document the new resource method and add mocked unit coverage

Closes #87

Testing

  • npm run build
  • npx jest test/unit/updateResource.test.ts --coverage=false

Notes

  • Full npm test was attempted, but live OFS integration tests fail with 401 Authentication failed from the configured sunrise0701 OFS instance.

@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 20, 2026
@miquelgall miquelgall requested a review from JamalAkram89 May 20, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement updateResource

2 participants