Add serial key
Adds a serial key to the system.
Request
URI
POST
https://{api_host}/component-registry/api/licenses
COPY
Request Body
The serial key information to be added.
SerialKeyInfo of type(s) application/json
Required
{
"serialKeys": [
"string"
]
}
array of string
serialKeys
Optional
serialKeys
Responses
201
Created.
Operation doesn't return any data structure