Skip to main content

Submit Sed Batch Request

POST 

/suggested-entitlement-description-batches

Submit Sed Batch Request. Request body has a list of entitlement Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together

Request

Body

Sed Batch Request

    entitlements string[]

    list of entitlement ids

Responses

Sed Batch Response

Schema
    batchId uuid

    BatchId that groups all the ids together

Loading...