File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/resources/projects/settings Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ Authorization: Bearer YOUR_API_TOKEN_HERE
103103## API Endpoints
104104Below is a list of available API endpoints with their methods and usage descriptions.
105105
106- | Endpoint | Method | Purpose |
107- | --------------------------- | ------ | --------------------------------------------- |
108- | ` /listPartitionedFileNames ` | GET | List available YAML file names for a project. |
109- | ` /l/listProjects ` | POST | Retrieve metadata for all projects. |
110- | ` /projectYamls ` | GET | Export/download YAML files from a project. |
111- | ` /validateProjectYaml ` | POST | Validate YAML content before applying changes. |
112- | ` /updateProjectYaml ` | POST | Update project configuration via YAML. |
106+ | Endpoint | Method | Purpose |
107+ | --------------------------- | ------ | --------------------------------------------- |
108+ | ` /listPartitionedFileNames ` | GET | List available YAML file names for a project. |
109+ | ` /l/listProjects ` | POST | Retrieve metadata for all projects. |
110+ | ` /projectYamls ` | GET | Export/download YAML files from a project. |
111+ | ` /validateProjectYaml ` | POST | Validate YAML content before applying changes. |
112+ | ` /updateProjectByYaml ` | POST | Update project configuration via YAML. |
113113
114114
115115### List File Names
You can’t perform that action at this time.
0 commit comments