Create a new Pinboard
Path Parameters
projectId string required
application/json
Request Body required
- Array [
- ]
description string nullable
name string nullable
previewDescription string nullable
previewTitle string nullable
tags object[] nullable
id string nullable
name string nullable
Responses
- 201
- 400
- 401
- 403
- 404
Payload of PinboardIndex
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
_etag string nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
id string nullable
isDeleted boolean nullable
pages object[] nullable
id string nullable
parentPageId string nullable
title string nullable
pinboardId string nullable
projectId string nullable
type string nullable
{
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.813Z",
"customerId": "string",
"id": "string",
"isDeleted": true,
"pages": [
{
"id": "string",
"parentPageId": "string",
"title": "string"
}
],
"pinboardId": "string",
"projectId": "string",
"type": "string"
}
No description
No description
No description
No description
Loading...