Skip to content

Commit

Permalink
[core][chore] Remove "Experimental" disclaimers from API documentatio…
Browse files Browse the repository at this point in the history
…n. (#2301)
  • Loading branch information
aquamatthias authored Dec 11, 2024
1 parent 44fd924 commit 61ae447
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions fixcore/fixcore/static/api-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ paths:
post:
summary: "Merge a given graph with the existing graph under marked merge nodes as batch update."
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Merge a given graph with the existing graph under marked merge nodes as batch update.
tags:
- graph_management
Expand Down Expand Up @@ -458,7 +457,6 @@ paths:
get:
summary: "Get a list of all running batch updates"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Get a list of all running batch updates.
tags:
- graph_management
Expand All @@ -475,7 +473,6 @@ paths:
post:
summary: "Commit a batch update"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Commit a batch update.
tags:
- graph_management
Expand All @@ -498,7 +495,6 @@ paths:
delete:
summary: "Abort a batch update"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Abort a batch update.
tags:
- graph_management
Expand Down Expand Up @@ -584,7 +580,6 @@ paths:
post:
summary: "Create a new node under the given parent node"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Create a new node under the given parent node.
tags:
- node_management
Expand Down Expand Up @@ -619,7 +614,6 @@ paths:
get:
summary: "Get a node with the given node id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Get a node with the given node id
tags:
- node_management
Expand All @@ -641,7 +635,6 @@ paths:
patch:
summary: "Update a node with the given node id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Update a node with the given node id
tags:
- node_management
Expand Down Expand Up @@ -670,7 +663,6 @@ paths:
delete:
summary: "Delete a node with the given node id."
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Delete a node with the given node id.
tags:
- node_management
Expand All @@ -689,7 +681,6 @@ paths:
patch:
summary: "Patch a node with the given node id in given section"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Patch a node with the given node id in given section
tags:
- node_management
Expand Down Expand Up @@ -723,7 +714,6 @@ paths:
post:
summary: "Transform the search into the raw database search"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Show the underlying raw search.
tags:
- debug
Expand Down Expand Up @@ -2153,7 +2143,6 @@ paths:
get:
summary: "Get all configuration keys"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Get all configuration keys in the system.
tags:
- config
Expand Down Expand Up @@ -2213,7 +2202,6 @@ paths:
get:
summary: "Get all configuration keys that have a model defined."
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Get all configuration keys that have a model defined.
tags:
- config_validation
Expand All @@ -2231,7 +2219,6 @@ paths:
get:
summary: "Get a configuration by its id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Fetch a configuration by id.
tags:
- config
Expand Down Expand Up @@ -2261,7 +2248,6 @@ paths:
put:
summary: "Replace a configuration with given id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Replace a configuration identified by id with provided value.
tags:
- config
Expand Down Expand Up @@ -2310,7 +2296,6 @@ paths:
patch:
summary: "Patch a configuration by its id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Patch a configuration identified by id with provided value.
tags:
- config
Expand Down Expand Up @@ -2359,7 +2344,6 @@ paths:
delete:
summary: "Delete a configuration by its id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Delete a configuration identified by id with provided value.
tags:
- config
Expand All @@ -2378,7 +2362,6 @@ paths:
get:
summary: "Get a configuration validation by its id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Fetch the validation of a configuration by id.
tags:
- config_validation
Expand All @@ -2405,7 +2388,6 @@ paths:
put:
summary: "Replace a configuration validation with given id"
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Replace a configuration validation identified by id with provided value.
tags:
- config_validation
Expand Down Expand Up @@ -2519,7 +2501,6 @@ paths:
get:
summary: Get information about CLI
description: |
**Experimental**: This API is not stable and might be subject of change.<br/>
Get information about CLI
tags:
- cli
Expand Down

0 comments on commit 61ae447

Please sign in to comment.