diff options
Diffstat (limited to 'docs/content/en/functions/openapi3/Unmarshal.md')
-rw-r--r-- | docs/content/en/functions/openapi3/Unmarshal.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/en/functions/openapi3/Unmarshal.md b/docs/content/en/functions/openapi3/Unmarshal.md index 6ee1519e5..d1f928aeb 100644 --- a/docs/content/en/functions/openapi3/Unmarshal.md +++ b/docs/content/en/functions/openapi3/Unmarshal.md @@ -3,11 +3,11 @@ title: openapi3.Unmarshal description: Unmarshals the given resource into an OpenAPI 3 document. categories: [] keywords: [] -action: - aliases: [] - related: [] - returnType: openapi3.OpenAPIDocument - signatures: ['openapi3.Unmarshal RESOURCE'] +params: + functions_and_methods: + aliases: [] + returnType: openapi3.OpenAPIDocument + signatures: ['openapi3.Unmarshal RESOURCE'] --- Use the `openapi3.Unmarshal` function with [global resources](g), [page resources](g), or [remote resources](g). |