Information marking that an Object is an official release of a model code.

Writable Fields:

name: Name of the CodeRepoRelease, unique in the context of the CodeRepoRelease.version

version: Version identifier of the CodeRepoRelease, must conform to semantic versioning syntax, unique in the context of the CodeRepoRelease.name

object: API URL of the associated Object

website (optional): URL of the website for this code release, if applicable

Read-only Fields:

url: Reference to the instance of the CodeRepoRelease, final integer is the CodeRepoRelease id

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

GET /api/code_repo_release/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}