サービス更新
PUT /api/v1/services/{id}
PUT
/api/v1/services/{id}
サービスの名前・slug・説明・公開設定を更新します。write スコープが必要です。最低1つのフィールドを指定してください。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body required
Section titled “Request Body required ”object
name
string
slug
string
description
string
isPublic
ステータスページの公開/非公開
boolean
Responses
Section titled “ Responses ”更新されたサービス
object
service
object
id
string
teamId
string
name
string
slug
string
description
string
isPublic
integer
maintenanceUntil
ISO 8601 timestamp until which the service is under maintenance. Null when not in maintenance.
string format: date-time
autoResolveMaintenance
Whether maintenance auto-resolves (1) or requires manual resolution (0).
integer
createdAt
string format: date-time
updatedAt
string format: date-time
Write スコープが必要
サービスが見つからない
Slug が既に使用されている