Skip to main content
POST
/
projects
/
{project_id}
/
fleets
/
{fleet_id}
/
edge
/
registry-reviews
/
{review_id}
/
approve
Approve a fleet-scoped registry review with column binding actions
curl --request POST \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/fleets/{fleet_id}/edge/registry-reviews/{review_id}/approve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'ORG-ID: <api-key>' \
  --data '
{
  "action_version": 123,
  "column_actions": [
    {
      "source_column_name": "<string>",
      "device_data_point_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "mirror_column_name": "<string>",
      "mirror_table_name": "<string>"
    }
  ]
}
'
{
  "data": "<unknown>",
  "meta": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required
fleet_id
string<uuid>
required
review_id
string<uuid>
required

Body

application/json
action_version
integer
required
column_actions
object[]
required
Minimum array length: 1

Response

Review approved

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
any | null
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1