Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 9, 2024
1 parent 26468c0 commit df53588
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions api-specs/import/types/error.raml
Original file line number Diff line number Diff line change
Expand Up @@ -234,28 +234,3 @@ types:
type: string
description: |
`"Adding a new variant as master variant is not allowed."`
ReferencedResourceNotFound:
type: ErrorObject
displayName: ReferencedResourceNotFoundError
discriminatorValue: ReferencedResourceNotFound
description: |
Returned when a resource referenced by a [Reference](/../api/types#reference) or a [ResourceIdentifier](/../api/types#resourceidentifier) could not be found.
properties:
code:
type: string
message:
type: string
description: |
`"The referenced object of type $typeId $predicate was not found. It either doesn't exist, or it can't be accessed from this endpoint (e.g., if the endpoint filters by store or customer account)."`
typeId:
type: common.ReferenceType
description: |
Type of referenced resource.
id?:
type: string
description: |
Unique identifier of the referenced resource, if known.
key?:
type: string
description: |
User-defined unique identifier of the referenced resource, if known.

0 comments on commit df53588

Please sign in to comment.