既存文書のメタデータを追加・置換する。 バージョン番号が最も大きい(最新の)リソースのメタデータを更新します。
のURLです。
POST: http://api.aurelon.com/api/v2/document/<DocumentGUID>/meta
リクエストヘッダ。
Content-Type : application/json
MisKey : 認証を参照。
リクエストの本文です。
ドキュメントに関するメタデータを含むJSONオブジェクト。
対応する。
操作の結果を含むコンテンツタイプapplication/json。
成功です。
200 OK :{ “Message”: “Document meta data successfully saved” }.
エラーです。
- 401 Unauthorized :{“Message”: “Invalid MisKey”}.
- 401 Unauthorized :{“Message”:””MisKey” または “HardwareHash”, “SerialNumber” と “ApplicationVersion” ヘッダが必要です”}.
- 404 Not Found :{“Message”: “DocumentGUID is not found”}.
- 415 Unsupported Media Type :{“Message”: “This request is not properly formatted”}.
- 500 Internal Server Error :{“Message”: “Internal Server Error”}.