HenrikHLFrequent Contributor3 years agoOverwriting descriptions on reusable objects I have a simple type defined in a Domain used in multiple APIs: email: type: string maxLength: 100 description: `E-mail` address to be used example: 'info@dcsa.org' I refer to...Show More
chichepoFrequent Contributor3 years agoHenrikHL If you are using OAS3 an up, you should consider using allOf (here some doc)Then you can use a different description when it's relevant
Recent DiscussionsIt does not seem like setting a header in a response as required makes any differenceTry it out not working - Incorrect cURL with Swagger 2.0Solvedpath template expressions is not matched with Parameter Object(s)Solved
Related ContentReusable InstructionsHow to compare local variables with a reusable script in TestComplete?Reusable REST Request approach