Skip to main content
POST
/
core.v1.InventoryService
/
UpdateInventoryObjectTags
cURL
curl -X POST "https://api.joinformal.com/core.v1.InventoryService/UpdateInventoryObjectTags" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "example": "value"
  }'
{
  "object": {
    "datastoreId": "<string>",
    "type": "<string>",
    "path": "<string>",
    "dbPath": "<string>",
    "tablePath": "<string>",
    "schemaPath": "<string>",
    "tableAttributeNumber": 123,
    "dataType": "<string>",
    "dataLabel": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "dataStoreName": "<string>",
    "name": "<string>",
    "validated": true,
    "tags": [
      "<string>"
    ]
  }
}

Authorizations

X-API-KEY
string
header
required

API key authentication. Get your API key from the Formal dashboard.

Body

application/json
datastoreId
string
Minimum string length: 1
path
string
Minimum string length: 1
tags
string[]

Response

Success

object
object · object