Create A Property Of An Entity
To add property to an existing entity, we need to make the following HTTP request
Create a property in already existing entity
POST
/api/v1/{entity-type}/{id}/{entity-property}
Path Parameters
Headers
Request Body
Usage
cURL
HTTPie
{registry-url}
is usually http://localhost:{port}. The port can be found under theregistry
section in thedocker-compose.yml
file and is usually8081
.
Last updated