Skip to main content

Add Tags to a Rapid Model

PUT 

/api/v1/rapidmodel/:id

Request

Path Parameters

    id integerrequired

    The id of the rapid model

    Example: 635

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

required
    tags string[]required

    A list of tags that will be added to the rapid model

Responses

success

Schema

    string

Loading...