Skip to content

Commit b940ad3

Browse files
changed /updateProjectYaml to /updateProjectByYaml
1 parent 321190c commit b940ad3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/resources/projects/settings/project-apis.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Authorization: Bearer YOUR_API_TOKEN_HERE
103103
## API Endpoints
104104
Below 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

0 commit comments

Comments
 (0)