Create a license field for a given app.Ask AIpost https://api.replicated.com/vendor/v3/app/{app_id}/license-fieldRequired RBAC Policy: kots/app/[:appid]/licensefields/createPath Paramsapp_idstringrequiredApp identifierBody ParamsdefaultstringDefault value of the entitlement field that is to be created.enumOptionsarray of stringsEnum options for the entitlement field (only for Enum type).enumOptionsADD stringhiddenbooleanrequiredHidden flag of the entitlement field that is to be created.truefalsenamestringrequiredName of the entitlement field that is to be created.requiredbooleanRequired flag of the entitlement field that is to be created.truefalsetitlestringrequiredTitle of the entitlement field that is to be created.typestringrequiredType of the entitlement field that is to be created.Responses 200CreateLicenseFieldResponse contains the response of all license fields 400Returned on bad input 401Return if the caller is not authorized 403Returned if the caller does not have the needed permission 404Returned on resource not foundUpdated 7 months ago