create
Custom
Link
suspend fun createCustomLink(title: String, description: String, resources: Map<String, String>, fields: Map<String, String>, hasUniqueAccess: Boolean = false, expiredTime: ExpiredTime = ExpiredTime.NO_EXPIRATION): JsonObject
Method to create a custom link
Return
the result of the request as JsonObject
Parameters
title
Title of the link
description
: description of the link
resources
The resources to share with the link
fields
The fields used to protect the resources with a validation form
has Unique Access
: whether the link, when requested for the first time, must be deleted and no more accessible
expired Time
: when the link expires and automatically deleted