Batch Update Spec Sections

put

/primeapi/restapi/specSection/batch

Send a request to this endpoint to update one or more spec sections. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
One or more spec section objects.
Root Schema : List<ApiEntitySpecSection>
Type: array
Title: List<ApiEntitySpecSection>
Show Source
Nested Schema : ApiEntitySpecSection
Type: object
Show Source

Response

Supported Media Types

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi//1","2":"https://:/primeapi/restapi//2"}}

400 Response

Invalid Input.