SchemeControllerPutProps - метод

Save scheme properties of the database. Method is available for administrators only.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpPutAttribute("props")]
[TypedJsonBodyAttribute]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(204)]
public ValueTask<IActionResult> PutProps(
	[FromBodyAttribute] PlainSchemeDatabaseProperties properties,
	CancellationToken cancellationToken = default
)

Параметры

properties  PlainSchemeDatabaseProperties
Properties to save.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

ValueTaskIActionResult
204 (No Content).

См. также