Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GC-1201/removes access_upload_report flag #512

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Expand Up @@ -934,7 +934,7 @@
<div class="back-to-top" ><a href="#" onclick="toTopLink()">back to top</a></div>
- name: Getting Started
x-traitTag: true
description: |

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

View workflow job for this annotation

GitHub Actions / Lint (push)

no-script-tags-in-markdown

Markdown descriptions must not have "<script>" tags.
### 1. Get Setup
* Create an account at <a href="https://dashboard.lob.com/#/register" target="_blank">Lob.com</a>
* Obtain your API keys in the Lob dashboard <a href="https://dashboard.lob.com/settings/api-keys" target="_blank">settings</a>
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.

Loading