Skip to content

Commit

Permalink
Weekday update
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Jan 5, 2022
1 parent d77836e commit 775d19d
Show file tree
Hide file tree
Showing 126 changed files with 1,977 additions and 590 deletions.
112 changes: 58 additions & 54 deletions APIs/apideck.com/file-storage/8.10.1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ tags:
- description: Files
name: Files
x-apideck-model:
$ref: "#/components/schemas/File"
$ref: "#/components/schemas/UnifiedFile"
- description: ""
name: Folders
x-apideck-model:
Expand Down Expand Up @@ -406,6 +406,8 @@ paths:
} catch (error) {
console.error(error)
}
x-graphql-exclude: true
x-sdk-exclude: true
/file-storage/files/search:
post:
description: Search Files
Expand Down Expand Up @@ -1409,6 +1411,8 @@ paths:
} catch (error) {
console.error(error)
}
x-graphql-exclude: true
x-sdk-exclude: true
"/file-storage/upload-sessions/{id}/finish":
post:
description: Finish Upload Session
Expand Down Expand Up @@ -2090,57 +2094,6 @@ components:
format: date-time
readOnly: true
type: string
File:
additionalProperties: false
properties:
created_at:
$ref: "#/components/schemas/CreatedAt"
created_by:
$ref: "#/components/schemas/CreatedBy"
description:
description: Optional description of the file
example: A sample image
type: string
downloadable:
description: Whether the current user can download this file
type: boolean
id:
$ref: "#/components/schemas/Id"
mime_type:
description: The MIME type of the file.
example: image/jpeg
type: string
name:
description: The name of the file
example: sample.jpg
type: string
owner:
$ref: "#/components/schemas/Owner"
parent_folders:
description: The parent folders of the file, starting from the root
items:
$ref: "#/components/schemas/LinkedFolder"
type: array
parent_folders_complete:
description: Whether the list of parent folder is complete. Some connectors only return the direct parent of a file
type: boolean
path:
description: The full path of the file or folder (includes the file name)
example: /Documents/sample.jpg
type: string
size:
$ref: "#/components/schemas/FileSize"
type:
$ref: "#/components/schemas/FileType"
updated_at:
$ref: "#/components/schemas/UpdatedAt"
updated_by:
$ref: "#/components/schemas/UpdatedBy"
required:
- id
- name
- type
type: object
FileSize:
description: The size of the file in bytes
example: 1810673
Expand Down Expand Up @@ -2249,7 +2202,7 @@ components:
GetFileResponse:
properties:
data:
$ref: "#/components/schemas/File"
$ref: "#/components/schemas/UnifiedFile"
operation:
description: Operation performed
example: one
Expand Down Expand Up @@ -2283,7 +2236,7 @@ components:
properties:
data:
items:
$ref: "#/components/schemas/File"
$ref: "#/components/schemas/UnifiedFile"
type: array
links:
$ref: "#/components/schemas/Links"
Expand Down Expand Up @@ -2787,6 +2740,57 @@ components:
description: The type of error returned
example: RequestHeadersValidationError
type: string
UnifiedFile:
additionalProperties: false
properties:
created_at:
$ref: "#/components/schemas/CreatedAt"
created_by:
$ref: "#/components/schemas/CreatedBy"
description:
description: Optional description of the file
example: A sample image
type: string
downloadable:
description: Whether the current user can download this file
type: boolean
id:
$ref: "#/components/schemas/Id"
mime_type:
description: The MIME type of the file.
example: image/jpeg
type: string
name:
description: The name of the file
example: sample.jpg
type: string
owner:
$ref: "#/components/schemas/Owner"
parent_folders:
description: The parent folders of the file, starting from the root
items:
$ref: "#/components/schemas/LinkedFolder"
type: array
parent_folders_complete:
description: Whether the list of parent folder is complete. Some connectors only return the direct parent of a file
type: boolean
path:
description: The full path of the file or folder (includes the file name)
example: /Documents/sample.jpg
type: string
size:
$ref: "#/components/schemas/FileSize"
type:
$ref: "#/components/schemas/FileType"
updated_at:
$ref: "#/components/schemas/UpdatedAt"
updated_by:
$ref: "#/components/schemas/UpdatedBy"
required:
- id
- name
- type
type: object
UnifiedId:
properties:
id:
Expand Down
10 changes: 7 additions & 3 deletions APIs/googleapis.com/accesscontextmanager/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ info:
termsOfService: https://developers.google.com/terms/
title: Access Context Manager API
version: v1
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
x-origin:
- format: google
- format: openapi
url: https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1
version: v1
version: "3.0"
x-providerName: googleapis.com
x-serviceName: accesscontextmanager
externalDocs:
Expand Down Expand Up @@ -1496,3 +1498,5 @@ components:
https://www.googleapis.com/auth/cloud-platform: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
10 changes: 3 additions & 7 deletions APIs/googleapis.com/accesscontextmanager/v1beta/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ info:
termsOfService: https://developers.google.com/terms/
title: Access Context Manager API
version: v1beta
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
x-origin:
- format: openapi
- format: google
url: https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1beta
version: "3.0"
version: v1
x-providerName: googleapis.com
x-serviceName: accesscontextmanager
externalDocs:
Expand Down Expand Up @@ -760,5 +758,3 @@ components:
https://www.googleapis.com/auth/cloud-platform: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
10 changes: 7 additions & 3 deletions APIs/googleapis.com/admob/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ info:
termsOfService: https://developers.google.com/terms/
title: AdMob API
version: v1
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
x-origin:
- format: google
- format: openapi
url: https://admob.googleapis.com/$discovery/rest?version=v1
version: v1
version: "3.0"
x-providerName: googleapis.com
x-serviceName: admob
externalDocs:
Expand Down Expand Up @@ -943,3 +945,5 @@ components:
https://www.googleapis.com/auth/admob.report: See your AdMob data
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
10 changes: 3 additions & 7 deletions APIs/googleapis.com/admob/v1beta/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ info:
termsOfService: https://developers.google.com/terms/
title: AdMob API
version: v1beta
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
x-origin:
- format: openapi
- format: google
url: https://admob.googleapis.com/$discovery/rest?version=v1beta
version: "3.0"
version: v1
x-providerName: googleapis.com
x-serviceName: admob
externalDocs:
Expand Down Expand Up @@ -945,5 +943,3 @@ components:
https://www.googleapis.com/auth/admob.report: See your AdMob data
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
11 changes: 8 additions & 3 deletions APIs/googleapis.com/appengine/v1alpha/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ info:
termsOfService: https://developers.google.com/terms/
title: App Engine Admin API
version: v1alpha
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
x-origin:
- format: google
- format: openapi
url: https://appengine.googleapis.com/$discovery/rest?version=v1alpha
version: v1
version: "3.0"
x-providerName: googleapis.com
x-serviceName: appengine
x-preferred: true
externalDocs:
url: https://cloud.google.com/appengine/docs/admin-api/
tags:
Expand Down Expand Up @@ -1476,3 +1479,5 @@ components:
https://www.googleapis.com/auth/cloud-platform.read-only: View your data across Google Cloud services and see the email address of your Google Account
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
11 changes: 3 additions & 8 deletions APIs/googleapis.com/appengine/v1beta/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ info:
termsOfService: https://developers.google.com/terms/
title: App Engine Admin API
version: v1beta
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
x-origin:
- format: openapi
- format: google
url: https://appengine.googleapis.com/$discovery/rest?version=v1beta
version: "3.0"
version: v1
x-providerName: googleapis.com
x-serviceName: appengine
x-preferred: true
externalDocs:
url: https://cloud.google.com/appengine/docs/admin-api/
tags:
Expand Down Expand Up @@ -3408,5 +3405,3 @@ components:
https://www.googleapis.com/auth/cloud-platform.read-only: View your data across Google Cloud services and see the email address of your Google Account
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
11 changes: 8 additions & 3 deletions APIs/googleapis.com/artifactregistry/v1beta1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ info:
termsOfService: https://developers.google.com/terms/
title: Artifact Registry API
version: v1beta1
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
x-origin:
- format: google
- format: openapi
url: https://artifactregistry.googleapis.com/$discovery/rest?version=v1beta1
version: v1
version: "3.0"
x-providerName: googleapis.com
x-serviceName: artifactregistry
x-preferred: true
externalDocs:
url: https://cloud.google.com/artifacts/docs/
tags:
Expand Down Expand Up @@ -1279,3 +1282,5 @@ components:
https://www.googleapis.com/auth/cloud-platform.read-only: View your data across Google Cloud services and see the email address of your Google Account
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
11 changes: 3 additions & 8 deletions APIs/googleapis.com/artifactregistry/v1beta2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ info:
termsOfService: https://developers.google.com/terms/
title: Artifact Registry API
version: v1beta2
x-apiClientRegistration:
url: https://console.developers.google.com
x-apisguru-categories:
- analytics
- media
x-logo:
url: https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg
x-origin:
- format: openapi
- format: google
url: https://artifactregistry.googleapis.com/$discovery/rest?version=v1beta2
version: "3.0"
version: v1
x-providerName: googleapis.com
x-serviceName: artifactregistry
x-preferred: true
externalDocs:
url: https://cloud.google.com/artifacts/docs/
tags:
Expand Down Expand Up @@ -1511,5 +1508,3 @@ components:
https://www.googleapis.com/auth/cloud-platform.read-only: View your data across Google Cloud services and see the email address of your Google Account
tokenUrl: https://accounts.google.com/o/oauth2/token
type: oauth2
source:
url: {}
Loading

0 comments on commit 775d19d

Please sign in to comment.