Set page slug
page.setSlug(slug)
Set the slug of the page.
Syntax
Parameters
- slug: 
string- The new slug of the page. 
Returns
Promise<null>
A promise that resolves to null.
page.setSlug(slug)Set the slug of the page.
string - The new slug of the page.Promise<null>
A promise that resolves to null.