ApiRegistryValidation
Diff draft against a published version
Path Parameters
owner*string
project*string
Query Parameters
against?string
Published version number to compare against (e.g. 1.0.0). Defaults to the latest published version.
Response Body
application/json
application/json
curl -X GET "https://example.com/projects/string/string/diff"{ "diff": { "issues": [ { "code": "string", "message": "string", "path": "string", "change_type": "breaking" } ] }}{ "error": { "code": "string", "message": "string" }}Get current user GET GET
Verifies a Firebase ID token from `Authorization: Bearer <token>`, upserts the user in the database, and returns the stored profile. Returns 503 when Firebase Admin credentials are not configured or the API has no database connection.
Get latest draft validation result GET GET
Next Page