Skip to content

OpenChangeRequestDto

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/api-client/src/endpoints/change-requests.ts

Payload for opening a change request.

kind is NOT sent: the API forces kind: 'human' for every client-opened CR (the 'regen' and 'agent' kinds are reserved for internal server callers), so it is not part of the client-facing payload.

Properties

PropertyType
titlestring
filesChangeRequestProposedFile[]

Was this page helpful?

Download as PDF