1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
2022-08-12 16:00:04 -04:00

14 lines
442 B
Markdown

# Image Attachments
Certain objects in NetBox support the attachment of uploaded images. These will be saved to the NetBox server and made available whenever the object is viewed.
## Fields
### Name
The name of the image being attached. If not defined, this will be inferred from the name of the uploaded file.
### Image
The image file to upload. Note that the uploaded file **must** be a supported image type, or validation will fail.