Yohan460 / terraform-provider-jamf

Other
16 stars 10 forks source link

Add Icons for resources and data sources #18

Open ecanault opened 1 year ago

ecanault commented 1 year ago

Hi,

This is another request to add Icons for resources and data sources.

Description

Jamf Pro API Endpoint for Icons is described here:

Endpoint URL: https://yourServer.jamfcloud.com/api/v1/icon/{id}

Sample request body for POST with cURL:

curl --request POST \
     --url https://yourserver.jamfcloud.com/api/v1/icon \
     --header 'accept: application/json' \
     --header 'content-type: multipart/form-data' \
     --form file=@icon.png

Required parameter for GET: id

Sample Go code for each method is available on the pages above, but I don't have the knowledge to develop this by myself. I hope I'm doing it the good way to ask this, and thank you for creating a PR if you find this enhancement helpful!