Resources Apply Request: Create (Account)

Create a request to asynchronously apply resources using the URL of a GitHub repository.

path Parameters
accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

Request Body schema: application/json
targetAccountId
required
string

ID for the account which the resources will be applied to.

required
object

This is an object containing the information about where the Resources are located. The attributes in this object include type, url and variables.

Responses

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": {
    }
}

Resources Apply Request Status: Get (Account)

Make a request to get the status of the Resources Apply Request.

path Parameters
requestId
required
integer

requestId returned from a previous call to Resources Apply Requests: Create (Account)

accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

Responses

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": {
    }
}
Feedback