Create ep config of type org

Request
Security:
vc-security
Request Body schema: application/json
id
string
object (SeqNoPrimaryTerm)
type
string (ConfigType)
Enum: "TEMPLATE" "ORG" "ENDPOINT"
object (UserKey)
object (UserKey)
createdAt
string <date-time>
updatedAt
string <date-time>
templateId
string
externalId
string
templateName
string
object (ConfigFields)
Responses
201

Created

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/endpoint-control-service/v1/config/org
Request samples
application/json
{
  • "id": "string",
  • "version": {
    },
  • "type": "TEMPLATE",
  • "createdBy": {
    },
  • "updatedBy": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "templateId": "string",
  • "externalId": "string",
  • "templateName": "string",
  • "fields": {
    }
}
Response samples
application/json
{
  • "id": "string",
  • "version": {
    },
  • "type": "TEMPLATE",
  • "createdBy": {
    },
  • "updatedBy": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "templateId": "string",
  • "externalId": "string",
  • "templateName": "string",
  • "fields": {
    }
}