Change the name of the multimedia
This is how you can change the name of single multimedia via API.
mutation {
multimediaSetName(
input: {
path: "multimedia.jpg"
name: "multimedia_2.jpg"
}
) {
__typename
}
}
Last updated
Was this helpful?