PATCH/desk/api/v2/slas/reorder.json

Update the displayOrder of slas.

Body Params

SLAsAPIBody handles the listing response for sla.

    • Name
      included
      Type
      object
      Description
      Included allows adding referenced objects on the API response. The included keys should map to the `types` in the Relationship slices/objects.
    • Name
      meta
      Type
      object
    • Name
      pagination
      Type
      object
      Description
      Pagination handles response pagination
    • Name
      slas
      Type
      array
      Description
      SLA represents a SLA.

    Responses

    • Code
      200
      Description
      200 OK No Data
    • Code
      400
      Type
      object
      Schema
      Description
      400 Bad Request
      Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.

    Examples

    400 Bad Request

    Validator
    {
      "Errors": {}
    }