Skip to main content

Update customer by UUID.

PUT 

/v1/customers/:uuid

Updates and returns a single customer by UUID.

Request

Path Parameters

    uuid anyrequired

    The UUID of the customer to update and retrieve.

    Example: a792f028-c875-45c3-a56f-8813e2d0caae
    uuid uuidrequired

    Unique identifier for the resource.

Body

required

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of customer.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    created_at date-timerequired

    Date and time the customer was created.

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of customer.

    updated_at date-timerequired

    Date and time the customer was updated.

    uuid uuidrequired

    Unique identifier for the person

    status int64required
    timestamp date-timerequired
Loading...