Skip to main content

Get a flavor by its name

GET 

/projects/:projectId/flavors/:flavorName

Return a flavor by its name (in path).

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    flavorName stringrequired

    Name of the flavor.

Header Parameters

    X-API-Key string

    Your SIU token if you use this API through Orange Developer.

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Responses

Ok

Schema

    name stringrequired

    Unique resource name.

    description string

    Resource description.

Loading...