Skip to content

Commit

Permalink
chore: roll back previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaseweb CI committed Nov 4, 2024
1 parent ed0bdac commit 62ec0a6
Show file tree
Hide file tree
Showing 25 changed files with 195 additions and 1,859 deletions.
2 changes: 0 additions & 2 deletions abuse/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ docs/GetReportResolutionListResult.md
docs/GetReportResult.md
docs/Message.md
docs/Metadata.md
docs/Model400ErrorResult.md
docs/Report.md
docs/ResolutionList.md
docs/ResolveReportResult.md
git_push.sh
go.mod
go.sum
model_400_error_result.go
model__metadata.go
model_attachment.go
model_create_report_message_opts.go
Expand Down
1 change: 0 additions & 1 deletion abuse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Class | Method | HTTP request | Description
- [GetReportResult](docs/GetReportResult.md)
- [Message](docs/Message.md)
- [Metadata](docs/Metadata.md)
- [Model400ErrorResult](docs/Model400ErrorResult.md)
- [Report](docs/Report.md)
- [ResolutionList](docs/ResolutionList.md)
- [ResolveReportResult](docs/ResolveReportResult.md)
Expand Down
31 changes: 2 additions & 29 deletions abuse/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ paths:
errorDetails: {}
errorMessage: The API could not interpret your request correctly.
schema:
$ref: '#/components/schemas/400ErrorResult'
$ref: '#/components/schemas/errorResult'
description: Bad Request.
"401":
content:
Expand Down Expand Up @@ -868,7 +868,7 @@ components:
errorDetails: {}
errorMessage: The API could not interpret your request correctly.
schema:
$ref: '#/components/schemas/400ErrorResult'
$ref: '#/components/schemas/errorResult'
description: Bad Request.
"401":
content:
Expand Down Expand Up @@ -1283,33 +1283,6 @@ components:
required:
- resolutions
type: object
"400ErrorResult":
example:
errorMessage: errorMessage
errorCode: errorCode
correlationId: correlationId
errorDetails:
key:
- errorDetails
- errorDetails
properties:
correlationId:
description: The correlation ID of the current request.
type: string
errorCode:
description: The error code.
type: string
errorMessage:
description: A human friendly description of the error.
type: string
errorDetails:
additionalProperties:
items:
type: string
type: array
title: errorDetails
type: object
type: object
report:
example:
reportedAt: 2015-01-01T00:00:00+00:00
Expand Down
2 changes: 1 addition & 1 deletion abuse/api_abuse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion abuse/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 0 additions & 134 deletions abuse/docs/Model400ErrorResult.md

This file was deleted.

Loading

0 comments on commit 62ec0a6

Please sign in to comment.