Name | Type | Description | Notes |
---|---|---|---|
iri | str | The IRI of the ontology to be updated. | [optional] |
version | str | If given, this particular version will be updated. Otherwise, a new version (which is generated by the ORR) is created. | [optional] |
original_iri | str | In case a fully-hosted registration and ontology contents are provided for this update, enter this field to indicate the original IRI to be used for the "migration" of corresponding entities to the IRI used for registration. | [optional] |
name | str | If given, this will be the new name for the ontology. | [optional] |
visibility | str | One of: `owner` or `public`. | [optional] |
status | str | One of: `draft`, `unstable`, `testing`, `stable`, `deprecated`, `archaic`. | [optional] |
metadata | str | Ontology metadata as a JSON formatted object. This parameter allows to perform the update solely based on changes to the metadata. | [optional] |
uploaded_filename | str | Name of file previously uploaded via prior `POST /ont/upload` request. | [optional] |
uploaded_format | str | Format of the file previously uploaded via prior `POST /ont/upload` request. | [optional] |
contents | str | Direct contents of the ontology. | [optional] |
format | str | Format of the `contents`. | [optional] |
user_name | str | Registered user making the request. | [optional] |