CardsControllerPostRepair - метод

Repair card's structure.

Definition

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

Параметры

request  CardRepairRequest
Request to repair the card's structure.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

TaskActionResultCardRepairResponse
Response to the request.

См. также