v1

latestOpenAPI 3.0.1Apache 2.02026-07-1759153352.8 KB
Service

Update all fields on a service

Update all fields on a service by id. Requires admin access.

put/services/{id}

Path parameters

idstring required

The id of the requested resource

Request body

configsstring[]
encryptionRequiredboolean

Describes whether connections must support end-to-end encryption on both sides of the connection. Read-only property, set at create.

maxIdleTimeMillisinteger
namestring required
roleAttributesstring[]
tagsTags
terminatorStrategystring

Response

The update request was successful and the resource has been altered

dataobject required

Example response

{
  "data": {},
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}