Skip to content

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

Defined in: index.ts:206

Properties

host?

ts
optional host: string;

Defined in: index.ts:210


identifier

ts
identifier: object;

Defined in: index.ts:208

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:211


op

ts
op: "createRecord";

Defined in: index.ts:207


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:209

Released under the MIT License.