ArchAstro. V1. BugReports
(archastro v0.2.0)
Copy Markdown
BugReport API resource.
Summary
Functions
Submit a bug report
Functions
@spec create( ArchAstro.Client.t(), ArchAstro.Types.Operations.PostApiV1BugReports.Input.t() ) :: {:ok, ArchAstro.Types.BugReport.t()} | {:error, ArchAstro.Error.reason()}
Submit a bug report
Creates a bug report or freeform feedback entry on behalf of the authenticated user.
The description is stored in full; the context blob is stored verbatim and surfaced
during triage. Callers should include relevant session identifiers (URL, thread ID, etc.)
in context to speed up reproduction.
This endpoint requires authentication. Submissions are rate-limited to 10 reports per
user per hour; exceeding that limit returns 429. The client value must be one of the
recognised string identifiers listed below — an unrecognised value returns 400.
The created bug report record.