Sanity · Arazzo Workflow
Sanity Rename Project
Version 1.0.0
Read a project, update its display name and metadata, then re-read it.
View Spec
View on GitHub
Headless CMSContent ManagementGROQReal-TimeStructured ContentDeveloper PlatformArazzoWorkflows
Provider
Workflows
rename-project
Update a project's display name and metadata and confirm the change.
Reads the project's current settings, patches the display name and metadata, and re-reads the project to confirm the update.
1
readBefore
getProject
Read the project to capture its current display name.
2
updateProject
updateProject
Patch the project's display name and metadata.
3
readAfter
getProject
Re-read the project to confirm the new settings took effect.