ObjectStoreSwiftのRESTエンドポイント
ObjectStoreSwift
ObjectStoreSwift操作のRESTエンドポイント
- ObjectStoreSwiftオブジェクトの作成
- メソッド: postパス:
/objectstoreswifts
- IDによるObjectStoreSwiftオブジェクトの削除
- メソッド: deleteパス:
/objectstoreswifts/{objectstoreswiftId}
- 名前によるObjectStoreSwiftオブジェクトの削除
- メソッド: deleteパス:
/objectstoreswifts
- IDによるObjectStoreSwiftオブジェクトの取得
- メソッド: getパス:
/objectstoreswifts/{objectstoreswiftId}
- 名前によるObjectStoreSwiftオブジェクトの取得
- メソッド: getパス:
/objectstoreswifts
- IDによるObjectStoreSwiftオブジェクトの更新
- メソッド: putパス:
/objectstoreswifts/{objectstoreswiftId}
- ObjectStoreSwiftオブジェクトを名前別に更新
- メソッド: putパス:
/objectstoreswifts