Skip to content

Add UpdateFeature (PATCH) operation with updatable field#56

Open
bpescato-amazon wants to merge 1 commit into
mainfrom
add-update-feature-operation
Open

Add UpdateFeature (PATCH) operation with updatable field#56
bpescato-amazon wants to merge 1 commit into
mainfrom
add-update-feature-operation

Conversation

@bpescato-amazon

Copy link
Copy Markdown
Contributor
  • Add PATCH operation on Feature resource (UpdateFeature) following the same pattern as UpdateConnection: full Feature body + optional updateMask
  • Add read-only 'updatable' boolean field to Feature schema (optional, defaults to false), allowing providers to declare update support
  • Document 405 METHOD_NOT_ALLOWED response for non-updatable features
  • Update FeatureType enum description to document updatability per type (FEATURE_TYPE_L3_BASE: NOT updatable)

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Add PATCH operation on Feature resource (UpdateFeature) following the
  same pattern as UpdateConnection: full Feature body + optional updateMask
- Add read-only 'updatable' boolean field to Feature schema (optional,
  defaults to false), allowing providers to declare update support
- Document 405 METHOD_NOT_ALLOWED response for non-updatable features
- Update FeatureType enum description to document updatability per type
  (FEATURE_TYPE_L3_BASE: NOT updatable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant