Skip to main content

Add Asset To Team

PUT 

https://app.infodeck.io/api/organizations/:organizationId/teams/:teamId/assets/:assetId

Add asset to team for organization

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    teamId stringrequired

    The ID of team.

    assetId stringrequired

    The ID of asset.

Responses

Schema
    data objectrequired

    Data of the result.

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X PUT 'https://app.infodeck.io/api/organizations/:organizationId/teams/:teamId/assets/:assetId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!