Hi folks, is it possible to update the description...
# prefect-server
a
Hi folks, is it possible to update the description of an existing project in Prefect Server using Prefect Client. I see there’s a
create_project
API, but nothing related to update
j
You might be able to do this with the raw
graphql
method, but I'm not sure what the mutation would be.
j
I think
update_project
or
update_project_by_pk
would be your friend here.
a
Thanks! Do you think this could be a good use case to open an enhancement on github?
j
Sure! a
update_project
method sounds useful.
a
👍