Update an existing UI pattern
registry_update_patternUpdate an existing design pattern by its unique id. Resolves missing ids with a NOT_FOUND error, enabling precise corrections without creating duplicates.
Instructions
Patch an existing pattern by id. Fails with NOT_FOUND if the id doesn't exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| tags | No | ||
| design | No | ||
| status | No | ||
| components | No | ||
| description | No | ||
| layoutRules | No | ||
| relatedPatterns | No | ||
| compositionRules | No | ||
| usageConstraints | No | ||
| responsiveBehavior | No |