Skip to main content
PATCH
Update Source Antibody

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_antibody_id
string<uuid>
required

Body

application/json

Partial update for a source antibody (name and notes only).

name
string | null
Required string length: 1 - 120
notes
string | null

Response

Successful Response

A source antibody as returned by the API.

id
string<uuid>
required
project_id
string<uuid>
required
name
string
required
species_origin
string
required
molecule_type
string
required
vh_sequence
string
required
vl_sequence
string | null
required
notes
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required