You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, we want the PATCH UPDATE request to receive the request body in a single object format rather than an array of property-value format (just as is done in the Collabo Community API server ) as shown below:
{
"name": string,
"age": number,
}
Expected behavior
The PATCH UPDATE request should now receive the request body in a single object format rather than an array of property-value
Note (to contributor taking on this task assignment): Add the testing checklist below (without this note) to your pull request when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.
The PATCH UPDATE request now receives the request body in a single object format rather than an array of property-value
I certify that I ran my checklist
The text was updated successfully, but these errors were encountered:
Issue description
Currently in the
blocks-assistant-boilerplates
the PATCH UPDATE request requires the request body to be in this format:Instead, we want the PATCH UPDATE request to receive the request body in a single object format rather than an array of property-value format (just as is done in the Collabo Community API server ) as shown below:
Expected behavior
The PATCH UPDATE request should now receive the request body in a single object format rather than an array of property-value
Additional context
Testing checklist
Note (to contributor taking on this task assignment): Add the testing checklist below (without this note) to your pull request when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.
The text was updated successfully, but these errors were encountered: