Update Doc Settings
PUT /org/settings/docs/{scope}
Set the default documents for ONE scope.
mandatory_doc_ids omitted leaves the current mandatory set alone; sending
an empty list CLEARS it. The two are different instructions and only one is
destructive.
Authorizations
Parameters
Path Parameters
Which generation scope these defaults apply to.
Which generation scope these defaults apply to.
Header Parameters
Request Body required
Mirrors UpdateDocSettingsRequest.
mandatory_doc_ids omitted means LEAVE THE CURRENT MANDATORY SET ALONE.
Sending [] CLEARS it. The two are different instructions and only one is
destructive.
object
Document type ids generated by default for this scope.
Responses
200
Successful Response
object
An open envelope for one settings block, document or brand artefact.
OPEN on purpose. These surfaces are configuration and generated content, and both grow: a new toggle on a settings block or a new field on a generated document must reach a caller on the day it ships, not on the day somebody remembers to widen a mirror. A closed response model here would silently DROP the new key, which reads to the caller as “the product does not have that setting”.
The request side is the opposite and is mirrored exactly - see the module docstring for why the asymmetry is deliberate.
object
422
Validation Error