3xx Redirection
You already have the latest version! The thing you're asking for hasn't changed since you last got it.
Use 304 for conditional GET or HEAD requests when the client's cached representation is still current.
GET https://api.example.test/api/data
# Headers
If-None-Match: "abc123"304 Not Modified
# Headers
ETag: "abc123"Client's cached version with ETag "abc123" is still current