Versions

Create or update a new setting

post

Create a new Settings css-override

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
variablesstringOptional
sansSerifFontstringOptional
Responses
201

success

application/json
post
/customize-ui
201

success

Return all version History according to the model

get

Get the list of records of Version History

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
filterstringOptional

Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.

order_bystringOptional

Field to order results by

order_directionstring · enumOptionalDefault: ascPossible values:
per_pageintegerOptionalDefault: 10
includestringOptional

Include data from related models in payload. Comma separated list.

Default: ""
Responses
get
/version_histories
200

list of Version History

Save a new Version History

post

Create a new Version History.

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
versionable_idintegerOptional

Class VersionHistoryCollection

versionable_typestringOptional
namestringOptional
subjectstringOptional
descriptionstringOptional
statusstring · enumOptionalPossible values:
Responses
201

success

application/json
post
/version_histories
201

success

Get single Version History by ID

get

Get a single Version History.

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
version_history_idstringRequired

ID of Version History to return

Responses
get
/version_histories/{version_history_id}
200

Successfully found the Version History

Update a Version History

put

Update a Version History.

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
version_history_idstringRequired

ID of Version History to return

Body
versionable_idintegerOptional

Class VersionHistoryCollection

versionable_typestringOptional
namestringOptional
subjectstringOptional
descriptionstringOptional
statusstring · enumOptionalPossible values:
Responses
put
/version_histories/{version_history_id}
204

success

Delete a Version History

delete

Delete a Version History.

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
version_history_idstringRequired

ID of Version History to return

Responses
delete
/version_histories/{version_history_id}
204

success

Clone a new Version History

post

Clone a new Version History.

Authorizations
OAuth2authorizationCodeRequired

Laravel passport oauth2 security.

Authorization URL: Token URL: Refresh URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
versionable_idintegerOptional

Class VersionHistoryCollection

versionable_typestringOptional
namestringOptional
subjectstringOptional
descriptionstringOptional
statusstring · enumOptionalPossible values:
Responses
201

success

application/json
post
/version_histories/clone
201

success

Last updated