Skip to content

Commit 27739de

Browse files
authored
feat: Added template to allow formate error to display errors from fields field in error model (#38)
1 parent 88847ba commit 27739de

File tree

274 files changed

+1120
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+1120
-276
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The API to the Cloudsmith Service
55
## Overview
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

8-
- API version: 1.616.0
8+
- API version: 1.617.1
99
- Package version: 0.0.42
1010
- Generator version: 7.9.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen

api/openapi.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
url: https://opensource.org/licenses/MIT
1111
termsOfService: https://help.cloudsmith.io
1212
title: Cloudsmith API (v1)
13-
version: 1.616.0
13+
version: 1.617.1
1414
servers:
1515
- url: https://api.cloudsmith.io/v1
1616
security:
@@ -13216,12 +13216,26 @@ components:
1321613216
ErrorDetail:
1321713217
example:
1321813218
detail: detail
13219+
fields:
13220+
key:
13221+
- fields
13222+
- fields
1321913223
properties:
1322013224
detail:
1322113225
description: An extended message for the response.
1322213226
minLength: 1
1322313227
title: Detail
1322413228
type: string
13229+
fields:
13230+
additionalProperties:
13231+
items:
13232+
minLength: 1
13233+
type: string
13234+
type: array
13235+
description: "A Dictionary of related errors where key: Field and value:\
13236+
\ Array of Errors related to that field"
13237+
title: Fields
13238+
type: object
1322513239
required:
1322613240
- detail
1322713241
type: object
@@ -44194,7 +44208,7 @@ components:
4419444208
StatusBasic:
4419544209
example:
4419644210
detail: Cloudsmith API is operational.
44197-
version: 1.616.0
44211+
version: 1.617.1
4419844212
properties:
4419944213
detail:
4420044214
default: Cloudsmith API is operational.
@@ -44204,7 +44218,7 @@ components:
4420444218
title: Detail
4420544219
type: string
4420644220
version:
44207-
default: 1.616.0
44221+
default: 1.617.1
4420844222
description: The current version for the Cloudsmith service.
4420944223
minLength: 1
4421044224
readOnly: true

api_audit_log.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_badges.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_distros.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_entitlements.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_files.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_formats.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_namespaces.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)