Fulfill a refresh request
Refresh Requests
Fulfill Refresh Request
The subject owner marks a refresh request as fulfilled by pointing it to a specific snapshot. Two patterns are supported:
- Snapshot confirmation: point to the existing latest snapshot if no attribute changes are needed.
- Attribute refresh: first apply a new update (propose + apply to create a new snapshot), then fulfill pointing to the new version.
Requires ownership of the subject.
POST
Fulfill a refresh request
Authorizations
Firebase Auth JWT issued by Google Identity Platform.
Obtain a token by signing in at your app domain and calling
firebase.auth().currentUser.getIdToken().
Path Parameters
Subject type discriminator.
Available options:
entity, individual Stable subject identifier within its type namespace.
Body
application/json
The snapshot that satisfies this request.
Response
Request fulfilled.