# extendify/0.10.0/src/Onboarding/api/LibraryApi.js

Extendify, version 0.10.0. 5 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.0/code/src/Onboarding/api/LibraryApi.js
- Raw: https://pluginprobe.com/plugins/extendify/0.10.0/raw/src/Onboarding/api/LibraryApi.js
- Modified: 2022-05-27T00:51:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.10.0/code/src/Onboarding/api/LibraryApi.js#L10-L20`.

```javascript
import { Axios as api } from './axios'

/* Updates the site type in the Library */
export const updateSiteType = (data) => api.post('library/site-type', data)

```
