mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	openapi: Add new tags for API operations. (#4432)
The new endpoints will be used to categorize and stabilize operations currently marked as unstable.
This commit is contained in:
		
							parent
							
								
									4914cd07e3
								
							
						
					
					
						commit
						e70ac4d962
					
				| @ -33,6 +33,11 @@ const OPENAPI_TAGS = [ | ||||
|             'Revive or permanently delete [archived feature toggles](https://docs.getunleash.io/advanced/archived_toggles).', | ||||
|     }, | ||||
|     { name: 'Auth', description: 'Manage logins, passwords, etc.' }, | ||||
|     { | ||||
|         name: 'Change Requests', | ||||
|         description: | ||||
|             'Operations related to [Change Requests](https://docs.getunleash.io/reference/change-requests).', | ||||
|     }, | ||||
|     { | ||||
|         name: 'Client', | ||||
|         description: | ||||
| @ -54,6 +59,11 @@ const OPENAPI_TAGS = [ | ||||
|         description: | ||||
|             'Create, update, and delete [features toggles](https://docs.getunleash.io/reference/feature-toggles).', | ||||
|     }, | ||||
|     { | ||||
|         name: 'Feature Types', | ||||
|         description: | ||||
|             'Manage [feature toggle types](https://docs.getunleash.io/reference/feature-toggle-types).', | ||||
|     }, | ||||
|     { | ||||
|         name: 'Import/Export', | ||||
|         description: | ||||
| @ -68,6 +78,11 @@ const OPENAPI_TAGS = [ | ||||
|         name: 'Metrics', | ||||
|         description: 'Register, read, or delete metrics recorded by Unleash.', | ||||
|     }, | ||||
|     { | ||||
|         name: 'Notifications', | ||||
|         description: | ||||
|             'Manage [notifications](https://docs.getunleash.io/reference/notifications).', | ||||
|     }, | ||||
|     { | ||||
|         name: 'Operational', | ||||
|         description: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user