action figshare_private_collection_resource { label: "Private Collection Resource" description: "Edit collection resource data." provider: figshare method: POST path: "/account/collections/{collection_id}/resource" encoding: json input: { type: "object" properties: { collection_id: { type: "integer" format: "int64" } } required: ["collection_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }