mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 12:40:44 +00:00
Fix whitespace
This commit is contained in:
@ -628,11 +628,11 @@ public class GenerateOpenApiSpecAction extends AbstractQActionFunction<GenerateO
|
|||||||
.withResponse(HttpStatus.CREATED.getCode(), new Response()
|
.withResponse(HttpStatus.CREATED.getCode(), new Response()
|
||||||
.withDescription("Successfully created the requested " + tableLabel)
|
.withDescription("Successfully created the requested " + tableLabel)
|
||||||
.withContent(MapBuilder.of("application/json", new Content()
|
.withContent(MapBuilder.of("application/json", new Content()
|
||||||
.withSchema(new Schema()
|
.withSchema(new Schema()
|
||||||
.withType(Type.OBJECT)
|
.withType(Type.OBJECT)
|
||||||
.withProperties(MapBuilder.of(primaryKeyApiName, new Schema()
|
.withProperties(MapBuilder.of(primaryKeyApiName, new Schema()
|
||||||
.withType(getFieldType(primaryKeyField))
|
.withType(getFieldType(primaryKeyField))
|
||||||
.withExample("47")))))))
|
.withExample("47")))))))
|
||||||
.withTags(ListBuilder.of(tableLabel))
|
.withTags(ListBuilder.of(tableLabel))
|
||||||
.withSecurity(getSecurity(apiInstanceMetaData, tableInsertPermissionName));
|
.withSecurity(getSecurity(apiInstanceMetaData, tableInsertPermissionName));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user