Rest API - API Documentation
You see this snippet in endpoint documentation:
What is wrong if the documentation omits the
{"endpoint": "/products", "method": "GET", "parameters": [{"name": "category", "type": "string", "required": false}]}What is wrong if the documentation omits the
required field?