Change Updates

Do not miss any universe API changes, ever again

Subscribe to the universe API changelog to be up to date on recent changes.

RSS

Jun 21, 2023

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4
GET /project
  • Response
  • 200 response Modified
    • userId, teamId, branch, name, tags, createdAt, updatedAt properties Added
GET /project/{projectId}
  • Response
  • 200 response Modified
    • userId, teamId, branch, name, tags, createdAt, updatedAt properties Added
POST /project
  • Response
  • 200 response Modified
    • userId, teamId, branch, name, tags, createdAt, updatedAt properties Added
PUT /project/{projectId}
  • Response
  • 200 response Modified
    • userId, teamId, branch, name, tags, createdAt, updatedAt properties Added