Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core][chore] Remove "Experimental" disclaimers from API documentation. #2301

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading