# extendify/3.0.5/src/Launch/api/LibraryApi.js

Extendify, version 3.0.5. 5 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.0.5/code/src/Launch/api/LibraryApi.js
- Raw: https://pluginprobe.com/plugins/extendify/3.0.5/raw/src/Launch/api/LibraryApi.js
- Modified: 2024-11-11T20:14:14+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/3.0.5/code/src/Launch/api/LibraryApi.js#L10-L20`.

```javascript
import { Axios as api } from '@launch/api/axios';

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

```
