Skip to content

Commit

Permalink
removes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfriss committed Nov 1, 2024
1 parent c8beaee commit 8f63bd2
Show file tree
Hide file tree
Showing 8 changed files with 769 additions and 736 deletions.
20 changes: 1 addition & 19 deletions dist/lob-api-bundled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Lob
version: 1.20.1
version: 1.20.2
description: |
The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p>
license:
Expand Down Expand Up @@ -14544,8 +14544,6 @@ paths:
state: in_progress
type: failures
uploadId: upl_71be866e430b11e9
'403':
$ref: '#/components/responses/feature_flag_disabled'
'404':
$ref: '#/components/responses/upload_not_found'
x-codeSamples:
Expand Down Expand Up @@ -24469,22 +24467,6 @@ components:
message: Invalid body, check 'errors' property for more info.
errors:
- type must be a string
feature_flag_disabled:
description: Forbidden Error
content:
application/json:
schema:
type: object
properties:
code:
description: The error code
type: number
message:
type: string
description: Details of the error message with the feature flagged mentioned.
example:
message: 'This feature is not enabled for this account: access_upload_report'
code: 403
us_autocompletions_error:
description: Error
content:
Expand Down
1,288 changes: 680 additions & 608 deletions dist/lob-api-postman.json

Large diffs are not rendered by default.

169 changes: 84 additions & 85 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lob-api-public.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3

Check warning on line 1 in lob-api-public.yml

View workflow job for this annotation

GitHub Actions / Lint (push)

oas3-valid-media-example

This format violates OpenAPI 3.1 rules
info:
title: Lob
version: 1.20.1
version: 1.20.2
description: |
The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p>
license:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/openapi",
"version": "1.20.1",
"version": "1.20.2",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
Expand Down
2 changes: 0 additions & 2 deletions resources/uploads/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ get:
$ref: "responses/upload_report.yml"
"404":
$ref: "responses/upload_not_found.yml"
"403":
$ref: "responses/feature_flag_disabled.yml"

x-codeSamples:
- lang: Shell
Expand Down
18 changes: 0 additions & 18 deletions resources/uploads/responses/feature_flag_disabled.yml

This file was deleted.

0 comments on commit 8f63bd2

Please sign in to comment.