Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Mar 19, 2024
1 parent 1c216b8 commit 672766b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api-specs/connect/types/common.raml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ types:
applicationName:
type: string
description: Name of the Connect application.
pattern: ^[A-Za-z0-9_-]+$
minLength: 2
maxLength: 256
applicationType:
type: string
description: The Connect application type.
Expand All @@ -89,6 +92,7 @@ types:
- event
- job
- mc-app
- assets
standardConfiguration:
type: ConfigurationKeyStandard[]
description: Contains the name, description, and default values of standard environment variables.
Expand Down Expand Up @@ -119,6 +123,9 @@ types:
applicationName:
type: string
description: Name of the application. Should match the value of `name` within the connect.yaml file of the Connector.
pattern: ^[A-Za-z0-9_-]+$
minLength: 2
maxLength: 256
standardConfiguration:
type: ConfigurationValue[]
description: Contains values of keys that are saved in plain text. Can be accessed after being set.
Expand Down

0 comments on commit 672766b

Please sign in to comment.