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
| Property | Type |
|---|---|
title | string |
files | ChangeRequestProposedFile[] |
Was this page helpful?