CardsControllerCardCreateFromTemplate - метод

Create card from specified template. Card is not yet present in database.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpPostAttribute("create-from-template")]
[SessionMethodAttribute(UserAccessLevel.Regular)]
[TypedJsonBodyAttribute]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<CardCreateFromTemplateResponse>> CardCreateFromTemplate(
	CardCreateFromTemplateRequest request,
	CancellationToken cancellationToken = default
)

Параметры

request  CardCreateFromTemplateRequest
Request to create card from template.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

TaskActionResultCardCreateFromTemplateResponse
Response to the request.

См. также