Ory.Model.ValidateBaseUrlRewriteResponse (ory_client v1.22.40)

Copy Markdown

ValidateBaseURLRewriteResponse is the response shape. The endpoint always returns HTTP 200 with a structured outcome so the client has a single response shape for tracing and so neither side has to special-case 4xx vs. body parsing.

Summary

Types

t()

@type t() :: %Ory.Model.ValidateBaseUrlRewriteResponse{
  reason: String.t() | nil,
  valid: boolean()
}

Functions

decode(value)