You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).
Type: String
Default: None
Constraints: None
No
If-Unmodified-Since
Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).
Type: String
Default: None
Constraints: None
No
If-Match
Return the object only if its entity tag (ETag) is the same as the one specified; otherwise, return a 412 (precondition failed).
Type: String
Default: None
Constraints: None
No
If-None-Match
Return the object only if its entity tag (ETag) is different from the one specified; otherwise, return a 304 (not modified).
Type: String
Default: None
Constraints: None
If-Modified-Since
If-Unmodified-Since
If-Match
If-None-Match