Releases: BerkleyTechnologyServices/restdocs-spec
Releases · BerkleyTechnologyServices/restdocs-spec
0.13
The tag format has changed from:
<tagDescriptions>
<pets>Everything about your Pets</pets>
<store>Access to Petstore orders</store>
</tagDescriptions>to:
<tags>
<tag>
<name>pets</name>
<description>Everything about your Pets</description>
</tag>
<tag>
<name>store</name>
<description>Access to Petstore orders</description>
</tag>
</tags>This is more verbose but it is consistent with how scopes are defined and allows for tag names that have whitespace in the name.