ShortcutService

CreateShortcut creates a new shortcut for a user.

post/api/v1/users/{user}/shortcuts

Path parameters

userstring required

The user id.

Query parameters

validateOnlyboolean

Optional. If set, validate the request, but do not actually create the shortcut.

Request body

namestring

The resource name of the shortcut. Format: users/{user}/shortcuts/{shortcut}

titlestring required

The title of the shortcut.

filterstring

The filter expression for the shortcut.

Response

OK

namestring

The resource name of the shortcut. Format: users/{user}/shortcuts/{shortcut}

titlestring required

The title of the shortcut.

filterstring

The filter expression for the shortcut.

Changes