createLink

suspend fun createLink(name: String, url: String, slug: String): Link

Creates a new link.

Return

The created Link object.

Parameters

name

The name for the link.

url

The destination URL for the link.

slug

The slug for the link (minimum 8 characters).