API Reference
Log In
API Reference

Toggle a tenant's free-text attribution detail

Enable or disable storing and serving the free-text reason on coding-assistant session attributions for this tenant. Defaults to disabled.

While disabled, a POST to the session attribution endpoint that carries a reason still succeeds and still records the attribution: the server stores null for the text and sets detailTextSuppressed on the response so the caller knows its note was not kept. The GET never returns the text while the switch is off, which means turning it off takes effect on the read path immediately. It does NOT delete free text already stored; that needs a separate sweep. Structured attribution (ticket, source, subscriber, repository, branch, timing) is unaffected in either state.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the tenant. Format: Revenium hashid (URL-safe encoded string).

Body Params

Request to toggle free-text attribution detail for a tenant

boolean
required

Whether this tenant accepts and serves the free-text reason on coding-assistant session attributions. When false (the default) a POST carrying a reason still succeeds and still records the attribution, but the text itself is stored as null and never returned. Turning it off stops the read path immediately; it does not delete free text already stored.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*