You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This endpoint allows the sender to add and pin any JSON object they wish to Pinata's IPFS nodes. This endpoint is specifically optimized to only handle JSON content.
/// This endpoint allows the sender to add and pin any JSON object they wish to Pinata's IPFS nodes. This endpoint is specifically optimized to only handle JSON content.
88
+
/// </summary>
89
+
/// <param name="pinataContent">Any C# object that will be serialized to JSON</param>
90
+
/// <param name="pinataMetadata">Metadata associated with the JSON file</param>
91
+
/// <param name="pinataOptions">Custom replication policy for this file</param>
/// This endpoint allows the sender to change the pin policy their account.
97
+
/// Following a successful call of this endpoint, the new pin policy provided will be utilized for every new piece of content pinned to IPFS via Pinata.
0 commit comments