Skip to content

Conversation

@svdigital-development
Copy link
Member

Summary

  • expand every repository under the targeted API tags so that each operationId is now exposed with the documented summary, description, and route metadata
  • introduce a GenericPayload helper together with a PUT request trait and make patch requests tolerate nullable payloads to support the newly-covered endpoints
  • refresh the README to outline the broader repository coverage and demonstrate ad-hoc payload usage

Testing

  • php -l src/Support/CreatePutRequest.php
  • php -l src/Payloads/GenericPayload.php
  • php -l src/Support/CreatePatchRequest.php
  • find src/Repositories -name '*.php' -print0 | xargs -0 -n1 php -l

https://chatgpt.com/codex/tasks/task_b_68e6a6df43b4832eaac64bf6c38a0a72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants