Skip to content

Commit e0a803e

Browse files
committed
update_project_metadataの使用例追記
1 parent 09b345c commit e0a803e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,6 +2527,19 @@ Copy a project.
25272527
project_id = client.copy_project(project_id="YOUR_PROJECT_ID")
25282528
```
25292529

2530+
### Update Project Metadata
2531+
2532+
Update a project metadata.
2533+
2534+
```python
2535+
project_metadata_id = client.update_project_metadata(
2536+
project_id="YOUR_PROJECT_ID",
2537+
external_code_1="ExternalCode1",
2538+
external_code_2="ExternalCode2",
2539+
external_code_3=None
2540+
)
2541+
```
2542+
25302543
## Tags
25312544

25322545
### Get Tags

0 commit comments

Comments
 (0)