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
103
103
## API Endpoints
104
104
Below is a list of available API endpoints with their methods and usage descriptions.
105
105
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. |
113
113
114
114
115
115
### List File Names
You can’t perform that action at this time.
0 commit comments