Table of Contents

Class PluginManifestApiRouteDto

Namespace
Builvero.Application.DTOs.Plugin
Assembly
Builvero.Application.dll

API route definition.

public class PluginManifestApiRouteDto
Inheritance
PluginManifestApiRouteDto
Inherited Members

Properties

Description

Gets or sets the route description.

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string
API route definition.

Method

Gets or sets the HTTP method.

[JsonPropertyName("method")]
public string Method { get; set; }

Property Value

string
API route definition.

Route

Gets or sets the route path.

[JsonPropertyName("route")]
public string Route { get; set; }

Property Value

string
API route definition.