Skip to main content

Create LaML Bin

POST 

/resources/laml_bins

Create LaML Bin

Request

Body

required

    name string
    contents string

Responses

A LaML Bin

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    laml_bin

    object

    id uuid

    A unique identifier for the LAML Bin

    contents string
    request_count integer
    last_accessed_at date-time
    request_url uri
    display_name string
Loading...