Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.34 KB

Org.OData.Repeatability.V1.md

File metadata and controls

13 lines (9 loc) · 1.34 KB

Repeatability Vocabulary

Namespace: Org.OData.Repeatability.V1

Terms describing repeatable requests

Terms

Term Type Description
Supported Tag Repeatable requests are supported for the annotated service, entity set, or action

Annotations on entity set or action import level override an annotation on entity container level, and an annotation on action level override an annotation on action import level.

DeleteWithClientIDSupported Tag Deletion of remembered requests by client ID is supported

Clients that specify a RepeatabilityClientID header can delete all remembered requests for that client ID by sending a
DELETE $RepeatableRequestsWithClientID/{Repeatability-Client-ID}
request to the service root.

DeleteWithRequestIDSupported Tag Deletion of remembered requests by request ID is supported

Clients can delete a single remembered request by sending a
DELETE $RepeatableRequestWithRequestID/{Repeatability-Request-ID}
request to the service root.