ApiRegistryProjects
Update project
Authorization
bearerAuth AuthorizationBearer <token>
Firebase ID token (Google sign-in, etc.)
In: header
Path Parameters
owner*string
project*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/projects/string/string" \ -H "Content-Type: application/json" \ -d '{}'{ "project": { "id": "string", "owner_type": "string", "owner_name": "string", "name": "string", "visibility": "string", "description": "string", "latest_published_version": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }}{ "error": { "code": "string", "message": "string" }}Get project GET GET
Previous Page
Validation status badge (SVG) GET GET
Embeddable SVG badge showing the validation status of the latest published version — `validated`, `warnings`, `failing`, or `unpublished`. Public projects serve the badge anonymously (suitable for READMEs); private projects follow the usual read rules.