fix(api): inventory upload requires sanitization

!33
This commit is contained in:
2024-06-19 15:00:30 +09:30
parent 58051f297f
commit 4e42856027
8 changed files with 264 additions and 48 deletions

View File

@ -8,6 +8,9 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen
This section contains the application API documentation to assist in application development. The target audience is anyone whom would be developing the application.
- [Models](./models/index.md)
- [Serializers](./serializer/index.md)
- [Unit Testing](./tests/index.md)

View File

@ -0,0 +1,12 @@
---
title: Serializers
description: No Fuss Computings Django ITSM API Documentation for Serializers
date: 2024-06-19
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app
---
This section contains the application API documentation for Serializers to assist in application development. The target audience is anyone whom would be developing the application.
- [Inventory](./inventory.md)

View File

@ -0,0 +1,11 @@
---
title: Inventory
description: No Fuss Computings django ITSM Inventory serializer
date: 2024-06-19
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app
---
::: app.api.serializers.inventory.Inventory
options:
inherited_members: true