Skip to content

Documentation / @ember-data/request-utils / index / UpdateRecordUrlOptions

Defined in: index.ts:214

Properties

host?

ts
optional host: string;

Defined in: index.ts:218


identifier

ts
identifier: object;

Defined in: index.ts:216

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:219


op

ts
op: "updateRecord";

Defined in: index.ts:215


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:217

Released under the MIT License.