Skip to main content

Creates a new profile

POST 

/profiles

Creates a new profile

Request

Body

required

The profile to create

    id string

    The id of the profile

    reference string

    The reference of the profile

    name string

    The name of the profile

    imageUri uri

    The image uri of the profile

    kind string

    Possible values: [person, product, event, place]

    The kind of the profile

    category_id string

    The id of the category of the profile

    created_at date-time

    The date and time when the profile was created

    updated_at date-time

    The date and time when the profile was updated

    deleted_at date-time

    The date and time when the profile was deleted

Responses

Created

Schema

    id string

    The id of the profile

    reference string

    The reference of the profile

    name string

    The name of the profile

    imageUri uri

    The image uri of the profile

    kind string

    Possible values: [person, product, event, place]

    The kind of the profile

    category_id string

    The id of the category of the profile

    created_at date-time

    The date and time when the profile was created

    updated_at date-time

    The date and time when the profile was updated

    deleted_at date-time

    The date and time when the profile was deleted

Loading...