Add client meta add endpoint#22
Conversation
|
Verified against live WP Cloud client meta API. Input tested:
Observed:
Conclusion: |
There was a problem hiding this comment.
Pull request overview
Adds the client metadata add operation so SDK consumers can create metadata keys without overwriting existing values.
Changes:
- Adds
ClientClient.add_meta(...)forPOST /client-meta/{client}/{key}/add. - Clarifies
set_meta(...)documentation as update/overwrite behavior and cross-referencesadd_meta.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
I also ran a live WP Cloud smoke test. Please note: live WP Cloud currently treats duplicate |
Closes: #13