{ "operationId": "Create a Team", "method": "POST", "path": "/teams", "summary": "Create a Team", "requestExamples": [ { "contentType": "application/json", "example": { "name": "Build Squad", "description": "The A team" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5", "name": "Build Squad", "description": "The A Team", "created": "2015-10-18T14:26:16.000Z" } } ] }