---
id: catalog-instance-multiple-create
title: "Create catalog instance (multiple keys)"
description: "Creates a catalog data for one or more metadata keys on the specified entity. Each key must have a corresponding catalog specification."
sidebar_label: "Create catalog instance (multiple keys)"
hide_title: true
hide_table_of_contents: true
api: eJztV99v2zYQ/leIQx+SVbGToX2Y3rI0wzJsSNG4WAHPC87i2WIjkQpJpVUF/e/DkbItJc2WpQi2hzxZJo/Hu+9+fWzBVGTRK6PPJKSQocfCrC+Vdh51RpdlXXhVFZRmltATJOBx7SCdw0kUFRtRsbeRFVfUuH1YJCDJZVZVrB5SOAkqnEDRXyMkehQrY4XRJIwVpbEkSvIYNliNMFr4nISrKFMrRVKQ9so3E3GKWc4ioqydFzneECs21pKrjJZKr7fX9Iez4OfkDw0JWLquyfkfjWwgbSEz2pP2/IlVVfSi04+ODW/BZTmVyF9e+YIghd96IyEBo+l8Bem8Bd9UvIfWYgMJKE+lg7TtumS7tzSmINQwWFLa05rscEnXRTH+Xy7HEmb5kTI/XHHeKr2G7g7s50FUWKosOUZPrwXuUCbtbROCgLoHV6gIeo/fBBKgz1hW7HkLZXMZ77qsLGePbyCFnIrCQMKb0djB5qujruu6JzCrS6BCiyV5si5EYBCoESos6D1ZvvjPOR58Wbzcu4y/+9+9YP90XXJWG7tGrb6E8EMCmGWm1h4S0FiSqzDjEhikCCSwrFUhedU5YkmXmYpCihWEjr8kVYVpSgqKakcWFl0Cio2p0Oe9dkgh+tmnp7IkIfW2ptvQnUY4+JDwOXqRm0K6HXZKr4wtY7aHFLkfllLpX0mvfQ7p0Rikw4MfFi9fwNcNVfKhRp69eYCJiwQcZbVl5zmMS0JL9rhms+YL3o5V7YjrCb7/8IF/niDNn/vAk/eBLoFXX4vfTyEfggEjE8laY52QNV8ljt+eCQbKYsbn3GNidsoaeZKNIEygt1TFJHMefe1OjKRB3fQBuA3tz7PZWxEPiMxIEkrLYIdeBwCDD1xK2VjdtgzH6t5rdV33p6K+iMqKLPGkRS05JrQ2dtOqugTiJf+o/CI31icir0vUB5ZQ4rLY3MUneQ73yhtWW5JzuH6A1W/Ioyp4Qgdd/TlRWXOjwjhGKRXLYiFCzD57uDsWHp0Gu240H8Zug8vOkUVMwtfPSfichP9tEgbHfG6YeVfG+UhTckhhumnL0za24m7aKtkxuyB7s2E7tS245XpfuXQ6xUpNeGBUBXoerpPMlKPResFJGPNqOGC3kLKiwF9YjGdUEGKGEz4iKJDCL7/PAmac3O92PPr020YD84yVGZZI/8KABNjjGJnDydHkMBA/43yJobh6ThKfF1vSf++75FawB+T/f/VC6YPCGTqtClShvELE2z5L5lDu2Ee65Y6pkvz2yjmh0jm07RIdvbdF1/HydU2WSdYigRu0iusu5JJUjr8lpCss3G02NwRp712f5PviXxHRe1zakCXNtt9gUfM/SOCKmh0jZn7zLRY+hIU+yj4loWMynxNKsgHJuHESrTmYNeExsDl4ZziwZ/HEcZZR5f9WdjFoGG/PL2Zcm/0LtgxNHSx+4jaEn6KRpoqdKW3jWgsF6nUdWilEnVzJOG4Etwp/xGlHMLRtlJiZK9Jdt0XF838Gpuv+Al6RwaU=
sidebar_class_name: "post api-method"
info_path: docs/api/catalog
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Create catalog instance (multiple keys)"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/metadata/{entity}/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Creates a catalog data for one or more metadata keys on the specified entity. Each key must have a corresponding catalog specification.


<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"schema":{"type":"string","pattern":"^[a-z]+(_[a-z]+)*$","enum":["organization","account","namespace","application","build","asset","scope","release","deployment","user"]},"in":"path","name":"entity","required":true,"description":"Entity name that holds metadata information."},{"schema":{"type":"string","minLength":1,"pattern":"^[0-9]+$"},"in":"path","name":"id","required":true,"description":"Entity ID that holds metadata information."}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={{"content":{"application/json":{"schema":{"title":"Metadata","oneOf":[{"type":"array","items":{}},{"type":"boolean"},{"type":"integer"},{"type":"null"},{"type":"number"},{"type":"object"},{"type":"string"}],"description":"Object representing a metadata entry for an entity in the catalog.","example":{"my_string_property":"hello","my_number_property":41}}}},"description":"Object representing a metadata entry for an entity in the catalog."}}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"2XX":{"description":"Object representing a metadata entry for an entity in the catalog.","content":{"application/json":{"schema":{"title":"Metadata","oneOf":[{"type":"array","items":{}},{"type":"boolean"},{"type":"integer"},{"type":"null"},{"type":"number"},{"type":"object"},{"type":"string"}],"description":"Object representing a metadata entry for an entity in the catalog.","example":{"my_string_property":"hello","my_number_property":41}}}}},"4XX":{"description":"Format for representing errors during API interactions","content":{"application/json":{"schema":{"title":"Error","type":"object","properties":{"statusCode":{"type":"number","description":"HTTP status code indicating the error"},"code":{"type":"string","description":"Unique error code for reference and categorization"},"error":{"type":"string","description":"Short, human-readable error type or category"},"message":{"type":"string","description":"Detailed error message providing additional context"}},"description":"Format for representing errors during API interactions","required":["statusCode","error","message"]}}}},"5XX":{"description":"Format for representing errors during API interactions","content":{"application/json":{"schema":{"title":"Error","type":"object","properties":{"statusCode":{"type":"number","description":"HTTP status code indicating the error"},"code":{"type":"string","description":"Unique error code for reference and categorization"},"error":{"type":"string","description":"Short, human-readable error type or category"},"message":{"type":"string","description":"Detailed error message providing additional context"}},"description":"Format for representing errors during API interactions","required":["statusCode","error","message"]}}}}}}
>
  
</StatusCodes>


      