This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Sets the API title for the generated specification
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Containing Type
- Swagger
Generator Settings Extensions
Syntax
public static SwaggerGeneratorSettings WithTitle(this SwaggerGeneratorSettings settings, string title)
Parameters
Name | Type | Description |
---|---|---|
settings | Swagger |
The settings |
title | string | API title or name |
Return Value
Type | Description |
---|---|
Swagger |
The updated settings object |