https://prefect.io logo
Title
a

ale

11/25/2020, 5:29 PM
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

Jim Crist-Harif

11/25/2020, 5:30 PM
You might be able to do this with the raw
graphql
method, but I'm not sure what the mutation would be.
j

Jenny

11/25/2020, 5:33 PM
I think
update_project
or
update_project_by_pk
would be your friend here.
a

ale

11/25/2020, 5:55 PM
Thanks! Do you think this could be a good use case to open an enhancement on github?
j

Jim Crist-Harif

11/25/2020, 5:57 PM
Sure! a
update_project
method sounds useful.
a

ale

11/25/2020, 6:06 PM
👍