naftiko: 1.0.0-alpha2 info: label: SpotDraft Public API — Contract Notes description: SpotDraft Contract Notes capability. 4 operations across versions v1/v2/v2.1. tags: - SpotDraft - CLM - Contracts - Contract Notes created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: SPOTDRAFT_CLIENT_ID: SPOTDRAFT_CLIENT_ID SPOTDRAFT_CLIENT_SECRET: SPOTDRAFT_CLIENT_SECRET capability: consumes: - type: http namespace: contract-notes baseUri: https://api.us.spotdraft.com description: SpotDraft Contract Notes endpoints. headers: {} resources: - name: v2-1-public-contracts-composite-id-notes path: /api/v2.1/public/contracts/{composite_id}/notes operations: - name: v2-1-public-contracts-notes-retrieve method: GET description: Get contract notes outputRawFormat: json inputParameters: - name: composite_id in: path type: string required: true - name: contract_id in: path type: string required: true - name: v2-1-public-contracts-contract-id-notes-note-id path: /api/v2.1/public/contracts/{contract_id}/notes/{note_id} operations: - name: v2-1-public-contracts-notes-update method: PUT description: Update Contract Note outputRawFormat: json inputParameters: - name: contract_id in: path type: string required: true - name: note_id in: path type: string required: true - name: user-email in: header type: string required: false - name: body in: body type: object required: true - name: v2-public-contracts-composite-id-notes path: /api/v2/public/contracts/{composite_id}/notes operations: - name: v2-public-contracts-notes-retrieve method: GET description: Get contract notes outputRawFormat: json inputParameters: - name: composite_id in: path type: string required: true - name: contract_id in: path type: string required: true - name: v2-public-contracts-contract-id-notes-note-id path: /api/v2/public/contracts/{contract_id}/notes/{note_id} operations: - name: v2-public-contracts-notes-update method: PUT description: Update Contract Note outputRawFormat: json inputParameters: - name: contract_id in: path type: string required: true - name: note_id in: path type: string required: true - name: user-email in: header type: string required: false - name: body in: body type: object required: true