Update An Entity
To update an entity, we need to make the following HTTP request
Last updated
To update an entity, we need to make the following HTTP request
Last updated
Copyright (c) 2023 EkStep Foundation under MIT License
PUT
/api/v1/{entity-type}/{id}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
{registry-url}
is usually http://localhost:{port}. The port can be found under theregistry
section in thedocker-compose.yml
file and is usually8081
.
entity-type*
String
The type of entity to modify
id*
String
The ID of entity to modify
authorization
String
Set to Bearer {access-token} if roles in schema is not anonymous. Else token can be empty
content-type*
String
Set to application/json
...*
String
The entity's data