Offbox Templatesets Management

Provides a set of methods intended for managing Offbox Templatesets

Intended for managing Offbox Templatesets.

post/offbox-templatesets

Request body

Example request

{
  "methods": [
    {
      "name": "status"
    }
  ]
}

Response

The rendered Templates as an array of JSON objects

codeinteger required

Example response

{
  "_links": {
    "self": "/mgmt/shared/fast/applications",
    "task": "/mgmt/shared/fast/tasks/12345"
  },
  "code": 200,
  "methods": [
    {
      "name": "status"
    }
  ]
}

Changes

Changed in 2 of the 50 revisions of this API.534

  • 702ae6b27810222See the full diff
    • the code response's property type/format changed from integer/int32 to / for status 400

      response-property-type-changed

    • the code response's property type/format changed from integer/int32 to / for status 500

      response-property-type-changed

    • added the new 400.00 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new 500.00 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the optional property error to the response with the 500 status

      response-optional-property-added

    • added the required property errors to the response with the 400 status

      response-required-property-added

  • 8a7a27296ff3312See the full diff
    • the code response's property type/format changed from / to integer/int32 for status 400

      response-property-type-changed

    • the code response's property type/format changed from / to integer/int32 for status 500

      response-property-type-changed

    • removed the required property errors from the response with the 400 status

      response-required-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • removed the 400.00 enum value from the code response property for the response status 400

      response-property-enum-value-removed

    • removed the 500.00 enum value from the code response property for the response status 500

      response-property-enum-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog