Skip to main content

Update Schema

PUT 

/api/v1/extraction/schemas/:schema_id

Update Schema

Request

Path Parameters

    schema_id uuidrequired

Cookie Parameters

    session any

Body

required

    data_schema

    object

    The schema of the data

    anyOf

Responses

Successful Response

Schema

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    The name of the extraction schema

    project_id uuidrequired

    The ID of the project that the extraction schema belongs to

    data_schema

    object

    The schema of the data

    anyOf

Loading...