Create JSON cache

Version v0
download iconDownload spec

Endpoint

PUT
https://coms.dev.att.com/contract-inventory/cache/{cnum}

Create JSON cache for the given contract number

arrowRequest

Path Parameters

    Body Parameters

    Responses

    successful operation

    arrowBody

    application/json

      REQUEST

      1
      2
      3
      curl --request PUT \
           --url https://coms.dev.att.com/contract-inventory/cache/string \
           --header 'accept: application/json'

      RESPONSE

      1
      2
      3
      {
        "type": "object"
      }