Skip to main content

Create SWML Script

POST 

/resources/swml_scripts

Create a new SWML Script

Request

Body

required

    name string
    contents string

Responses

A SWML Script

Schema

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

    swml_script

    object

    id uuid

    A unique identifier for the SWML Script

    contents string
    request_url uri
    display_name string
Loading...