mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
							parent
							
								
									38cc0e6a5b
								
							
						
					
					
						commit
						35eaa70586
					
				| @ -28,7 +28,6 @@ This endpoint should never return anything besides a valid _20X or 304-response_ | |||||||
|   "features": [ |   "features": [ | ||||||
|     { |     { | ||||||
|       "name": "Feature.A", |       "name": "Feature.A", | ||||||
|       "description": "lorem ipsum", |  | ||||||
|       "type": "release", |       "type": "release", | ||||||
|       "enabled": false, |       "enabled": false, | ||||||
|       "stale": false, |       "stale": false, | ||||||
| @ -44,7 +43,6 @@ This endpoint should never return anything besides a valid _20X or 304-response_ | |||||||
|     { |     { | ||||||
|       "name": "Feature.B", |       "name": "Feature.B", | ||||||
|       "type": "killswitch", |       "type": "killswitch", | ||||||
|       "description": "lorem ipsum", |  | ||||||
|       "enabled": true, |       "enabled": true, | ||||||
|       "stale": false, |       "stale": false, | ||||||
|       "strategies": [ |       "strategies": [ | ||||||
| @ -101,7 +99,6 @@ Used to fetch details about a specific feature toggle. This is mainly provided t | |||||||
| ```json | ```json | ||||||
| { | { | ||||||
|   "name": "Feature.A", |   "name": "Feature.A", | ||||||
|   "description": "lorem ipsum..", |  | ||||||
|   "type": "release", |   "type": "release", | ||||||
|   "enabled": false, |   "enabled": false, | ||||||
|   "stale": false, |   "stale": false, | ||||||
| @ -130,8 +127,6 @@ In the example `environment` needs to be `production` AND `userId` must be eithe | |||||||
| 
 | 
 | ||||||
| ```json | ```json | ||||||
| { | { | ||||||
|   "createdAt": "2019-08-02T19:25:13.976Z", |  | ||||||
|   "description": "Play with strategy constraints", |  | ||||||
|   "type": "release", |   "type": "release", | ||||||
|   "enabled": true, |   "enabled": true, | ||||||
|   "stale": false, |   "stale": false, | ||||||
| @ -173,7 +168,6 @@ All feature toggles can also take an array of variants. You can read more about | |||||||
|   "features": [ |   "features": [ | ||||||
|     { |     { | ||||||
|       "name": "Demo", |       "name": "Demo", | ||||||
|       "description": "Show off fedfdfature toggles!", |  | ||||||
|       "type": "operational", |       "type": "operational", | ||||||
|       "enabled": true, |       "enabled": true, | ||||||
|       "stale": false, |       "stale": false, | ||||||
| @ -204,8 +198,7 @@ All feature toggles can also take an array of variants. You can read more about | |||||||
|           "overrides": [], |           "overrides": [], | ||||||
|           "weightType": "variable" |           "weightType": "variable" | ||||||
|         } |         } | ||||||
|       ], |       ] | ||||||
|       "createdAt": "2020-09-01T07:14:39.438Z" |  | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user