Home Page Layout

Home Page Layout

Get Home Page Layout Details

Securityx-api-key
Request
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Responses
200

Example response

get/v1/home-page-layout
Request samples
Response samples
{
  • "home_page_layout": {
    }
}

Save Home Page Layout Details

Securityx-api-key
Request
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Request Body schema:
required
object (HomePageLaout)
Responses
200

Example response

post/v1/home-page-layout
Request samples
{
  • "home_page_layout": {
    }
}
Response samples
{
  • "home_page_layout": {
    }
}

Get yaml for home page layout

Securityx-api-key
Request
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Responses
200

Example response

get/v1/home-page-layout/yaml
Request samples
Response samples
{
  • "yaml": "string"
}

Delete card icon

Securityx-api-key
Request
path Parameters
card-identifier
required
string
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Responses
204

No Content

delete/v1/home-page-layout/card/{card-identifier}/icon
Request samples

Delete homepage layout icon

Securityx-api-key
Request
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Request Body schema: application/json
icon_url
required
string
Responses
204

No Content

delete/v1/home-page-layout/icon
Request samples
application/json
{
  • "icon_url": "string"
}