|
10 | 10 | license:
|
11 | 11 | name: Apache 2.0
|
12 | 12 | url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
|
13 |
| - version: 3.4.0 |
| 13 | + version: 3.5.0 |
14 | 14 | host: app.launchdarkly.com
|
15 | 15 | basePath: /api/v2
|
16 | 16 | schemes:
|
@@ -1519,6 +1519,8 @@ definitions:
|
1519 | 1519 | type: boolean
|
1520 | 1520 | description: Whether or not this flag is archived.
|
1521 | 1521 | example: false
|
| 1522 | + clientSideAvailability: |
| 1523 | + $ref: '#/definitions/ClientSideAvailability' |
1522 | 1524 | defaults:
|
1523 | 1525 | $ref: '#/definitions/Defaults'
|
1524 | 1526 | FeatureFlags:
|
@@ -1721,6 +1723,19 @@ definitions:
|
1721 | 1723 | type: string
|
1722 | 1724 | variation:
|
1723 | 1725 | type: integer
|
| 1726 | + ClientSideAvailability: |
| 1727 | + type: object |
| 1728 | + properties: |
| 1729 | + usingEnvironmentId: |
| 1730 | + type: boolean |
| 1731 | + description: >- |
| 1732 | + When set to true, this flag will be available to SDKs using the |
| 1733 | + client-side id. |
| 1734 | + usingMobileKey: |
| 1735 | + type: boolean |
| 1736 | + description: >- |
| 1737 | + When set to true, this flag will be available to SDKS using a mobile |
| 1738 | + key. |
1724 | 1739 | FeatureFlagStatus:
|
1725 | 1740 | type: object
|
1726 | 1741 | properties:
|
@@ -1991,6 +2006,8 @@ definitions:
|
1991 | 2006 | items:
|
1992 | 2007 | type: string
|
1993 | 2008 | description: An array of tags for this project.
|
| 2009 | + defaultClientSideAvailability: |
| 2010 | + $ref: '#/definitions/ClientSideAvailability' |
1994 | 2011 | Projects:
|
1995 | 2012 | type: object
|
1996 | 2013 | properties:
|
@@ -3031,6 +3048,8 @@ parameters:
|
3031 | 3048 | description: >-
|
3032 | 3049 | Whether or not this flag should be made available to the client-side
|
3033 | 3050 | JavaScript SDK.
|
| 3051 | + clientSideAvailability: |
| 3052 | + $ref: '#/definitions/ClientSideAvailability' |
3034 | 3053 | defaults:
|
3035 | 3054 | $ref: '#/definitions/Defaults'
|
3036 | 3055 | required:
|
@@ -3134,6 +3153,8 @@ parameters:
|
3134 | 3153 | items:
|
3135 | 3154 | $ref: '#/definitions/EnvironmentPost'
|
3136 | 3155 | minLength: 1
|
| 3156 | + defaultClientSideAvailability: |
| 3157 | + $ref: '#/definitions/ClientSideAvailability' |
3137 | 3158 | required:
|
3138 | 3159 | - name
|
3139 | 3160 | - key
|
|
0 commit comments