Skip to content
DocsTry Aspire
DocsTry

PostaEndpoint Properties

RecordProperties5 members
Describes a Posta API operation.
The authentication required by the operation.
public PostaAuthentication Authentication { get; init; }
DocumentationSection titled Documentationnullablestring?
An optional implementation note.
public string? Documentation { get; init; }
Whether the published OpenAPI contract is complete enough for the default transport.
public bool IsImplemented { get; init; }
MethodSection titled MethodHttpMethod
The HTTP method.
public HttpMethod Method { get; init; }
The relative path template.
public string Path { get; init; }