Skip to main content

Update LAML Bin

PUT 

/resources/laml_bins/:id

Updates a LAML Bin by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the LAML Bin

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...