Path: / admin / realms / {realm} / applications / {app-name} / certificates / {attr} / upload

Path parameters:
realm - realm name (not id!)
app-name -
attr -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/applications/{app-name}/certificates/{attr}/upload 

Method Detail

POST /admin/realms/{realm}/applications/{app-name}/certificates/{attr}/upload

HTTP Example:
POST /admin/realms/{realm}/applications/{app-name}/certificates/{attr}/upload
API Example:

ClientAttributeCertificateResource.uploadJks({'realm': /* name realm name (not id!) */,
  'app-name': /* name */,
  'attr': /* attributePrefix */,
  '$entity': /* input */});

Input:
MultipartFormDataInput
Output:
ClientKeyPairInfo -
Produces:
application/json
Consumes:
multipart/form-data