Skip to main content
PUT
/
api
/
identity
/
collaborations
/
{id}
/
contribution
Contribute collaboration identifiers
curl --request PUT \
  --url https://console.neuronsearchlab.com/api/identity/collaborations/{id}/contribution \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identifiers": [
    {
      "value": "<string>"
    }
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Path Parameters

id
string
required

Body

application/json
identifiers
object[]
required
Required array length: 1 - 500 elements

Response

Contribution saved

The response is of type object.