@ -83,8 +83,6 @@ namespace Squidex.Pipeline.Swagger
parameter.IsNullableRaw = false;
operation.Parameters.Add(parameter);
}
public static void AddBodyParameter(this SwaggerOperation operation, JsonSchema4 schema, string name, string description)
@ -13,7 +13,7 @@
<input type="text" class="form-control" id="app-name" formControlName="name" />
<span class="form-hint">
The app name becomes part of the api url,<br /> e.g {{apiUrl.buildUrl("api/content/")}}<b>{{appName | async}}</b>.squidex.io/.
The app name becomes part of the api url,<br /> e.g {{apiUrl.buildUrl("api/content/")}}<b>{{appName | async}}</b>/.
</span>