Configs
GET
Gets published config values without metadata.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}apis.roblox.com
GET
Gets the current draft.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/draftapis.roblox.com
PATCH
Partially updates the draft.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/draftapis.roblox.com
DELETE
Resets (deletes) the current draft.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/draftapis.roblox.com
PUT
Overwrites the entire draft with the request payload.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/draft:overwriteapis.roblox.com
GET
Gets full config with metadata.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/fullapis.roblox.com
POST
Publishes draft changes.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/publishapis.roblox.com
GET
Lists revision history.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/revisionsapis.roblox.com
POST
Stages a revert to a previous revision.Beta
/creator-configs-public-api/v1/configs/universes/{universeId}/repositories/{repository}/revisions/{revisionId}/restoreapis.roblox.com