Add a bulk of prioritized entry points
POST {{baseUrl}}/services/:env_id/settings/entrypoints/prioritized
Add a bulk of classes and packages that should bet set as entry points in highest priority
Request Body
{"classes"=>["com.company.ClassName", "com.company.ClassName"], "packages"=>["com.company.package.name", "com.company.package.name"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""