Add DLF

Add DLF

Add a new DLF to the system.

Request
URI
POST
https://{api_host}/component-registry/api/dlfs
COPY
Request Body

The DLF to be added.

Dlf of type(s) application/json
Required
{
    "dlfEncoded": "string",
    "id": "string"
}
string
dlfEncoded
Optional

dlfEncoded

string As uuid As uuid
id
Optional

id

object
dlfProperties
Optional

dlfProperties

Responses
200

successful operation

Returns Dlf of type(s) */*
{
    "dlfEncoded": "string",
    "id": "string"
}
string
dlfEncoded
Optional

dlfEncoded

string As uuid As uuid
id
Optional

id

object
dlfProperties
Optional

dlfProperties


201
Operation doesn't return any data structure