REST Resource: edits

資源:AppEdit

應用程式編輯。EditsService 的資源。

JSON 表示法
{
  "id": string,
  "expiryTimeSeconds": string
}
欄位
id

string

僅供輸出。編輯的 ID。可在後續 API 呼叫中使用。

expiryTimeSeconds

string

僅供輸出。編輯內容的到期時間 (以 Epoch 計時的秒數),超過這個時間後,編輯內容就會失效。

方法

commit

提交應用程式編輯內容。

delete

刪除應用程式編輯內容。

get

取得應用程式編輯內容。

insert

為應用程式建立新編輯內容。

validate

驗證應用程式編輯內容。