OpenAPI Specification Path: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * OpenAPI Specification =Overview= The top level <code>paths</code> keyword introduce a map of '''paths''', keyed by their path value: <font size=-2> [...] paths /pathA/pathB: /pathC </font>") |
|||
Line 2: | Line 2: | ||
* [[OpenAPI_Specification#paths|OpenAPI Specification]] | * [[OpenAPI_Specification#paths|OpenAPI Specification]] | ||
=Overview= | =Overview= | ||
The top level <code>paths</code> keyword introduce a map of '''paths''', keyed by their path value: | The top level <code>[[OpenAPI_Specification#paths|paths]]</code> keyword introduce a map of '''paths''', keyed by their path value: | ||
<font size=-2> | <font size=-2> |
Revision as of 17:25, 26 January 2024
Internal
Overview
The top level paths
keyword introduce a map of paths, keyed by their path value:
[...] paths /pathA/pathB: /pathC