Chilkat Online Tools

delphiDll / Atlassian Confluence Cloud / Create space property

Back to Collection Items

var
http: HCkHttp;
success: Boolean;
json: HCkJsonObject;
resp: HCkHttpResponse;
sbResponseBody: HCkStringBuilder;
jResp: HCkJsonObject;
respStatusCode: Integer;
value: PWideChar;
operation: PWideChar;
targetType: PWideChar;
v_expandableValue: PWideChar;
UserValue: PWideChar;
GroupValue: PWideChar;
Operation: PWideChar;
TargetType: PWideChar;
anonymousAccess: Boolean;
unlicensedAccess: Boolean;
id: Integer;
key: PWideChar;
Version: PWideChar;
Space: PWideChar;
When: PWideChar;
Message: PWideChar;
v_Number: Integer;
MinorEdit: Boolean;
Id: Integer;
Key: PWideChar;
Name: PWideChar;
v_Type: PWideChar;
Status: PWideChar;
Settings: PWideChar;
Metadata: PWideChar;
Operations: PWideChar;
LookAndFeel: PWideChar;
Permissions: PWideChar;
Icon: PWideChar;
Description: PWideChar;
Theme: PWideChar;
History: PWideChar;
Homepage: PWideChar;
Path: PWideChar;
Width: Integer;
Height: Integer;
IsDefault: Boolean;
Value: PWideChar;
Representation: PWideChar;
ViewValue: PWideChar;
ViewRepresentation: PWideChar;
HomepageValue: PWideChar;
Start: Integer;
Limit: Integer;
Size: Integer;
RouteOverrideEnabled: Boolean;
Color: PWideChar;
LinksColor: PWideChar;
HoverOrFocusValue: PWideChar;
ColorValue: PWideChar;
BackgroundColorValue: PWideChar;
ButtonValue: PWideChar;
PrimaryNavigationValue: PWideChar;
SecondaryNavigationValue: PWideChar;
SearchValue: PWideChar;
ScreenValue: PWideChar;
ContainerValue: PWideChar;
HeaderValue: PWideChar;
BodyValue: PWideChar;
BordersAndDividersColor: PWideChar;
CreatedDate: PWideChar;
i: Integer;
count_i: Integer;

begin
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

http := CkHttp_Create();

// Use this online tool to generate code from sample JSON: Generate Code to Create JSON

// The following JSON is sent in the request body.

// {
//   "key": "<string>",
//   "value": "<object>"
// }

json := CkJsonObject_Create();
CkJsonObject_UpdateString(json,'key','<string>');
CkJsonObject_UpdateString(json,'value','<object>');

// Adds the "Authorization: Bearer <access_token>" header.
CkHttp_putAuthToken(http,'<access_token>');
CkHttp_SetRequestHeader(http,'Content-Type','application/json');

resp := CkHttp_PostJson3(http,'https://your-domain.atlassian.net/wiki/rest/api/space/:spaceKey/property','application/json',json);
if (CkHttp_getLastMethodSuccess(http) = False) then
  begin
    Memo1.Lines.Add(CkHttp__lastErrorText(http));
    Exit;
  end;

sbResponseBody := CkStringBuilder_Create();
CkHttpResponse_GetBodySb(resp,sbResponseBody);

jResp := CkJsonObject_Create();
CkJsonObject_LoadSb(jResp,sbResponseBody);
CkJsonObject_putEmitCompact(jResp,False);

Memo1.Lines.Add('Response Body:');
Memo1.Lines.Add(CkJsonObject__emit(jResp));

respStatusCode := CkHttpResponse_getStatusCode(resp);
Memo1.Lines.Add('Response Status Code = ' + IntToStr(respStatusCode));
if (respStatusCode >= 400) then
  begin
    Memo1.Lines.Add('Response Header:');
    Memo1.Lines.Add(CkHttpResponse__header(resp));
    Memo1.Lines.Add('Failed.');
    CkHttpResponse_Dispose(resp);
    Exit;
  end;
CkHttpResponse_Dispose(resp);

// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)

// {
//   "id": -13429300,
//   "key": "ut veniam dolor",
//   "value": {},
//   "_expandable": {
//     "version": "cillum officia ipsum ut",
//     "space": "in Lorem consectetur"
//   },
//   "version": {
//     "when": "1951-11-29T18:04:27.736Z",
//     "message": "dolore magna nisi incididunt",
//     "number": -49820236,
//     "minorEdit": true
//   },
//   "space": {
//     "id": -20471082,
//     "key": "in pr",
//     "name": "culpa dolor si",
//     "type": "irure dolor ea aliquip",
//     "status": "sed ex",
//     "_expandable": {
//       "settings": "exercitation ea nisi Lorem",
//       "metadata": "elit",
//       "operations": "Lorem consequat aliquip",
//       "lookAndFeel": "non occaecat nisi dolor",
//       "permissions": "pariatur cupidatat dolor sed dolor",
//       "icon": "aliquip",
//       "description": "in",
//       "theme": "qui",
//       "history": "et fugiat culpa irure amet",
//       "homepage": "commodo ut amet aute sint"
//     },
//     "_links": {},
//     "icon": {
//       "path": "laborum velit dolore",
//       "width": -4680192,
//       "height": 21898365,
//       "isDefault": false
//     },
//     "description": {
//       "plain": {
//         "value": "sit deserunt",
//         "representation": "plain",
//         "embeddedContent": [
//           {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           }
//         ]
//       },
//       "view": {
//         "value": "commodo dolore do",
//         "representation": "plain",
//         "embeddedContent": [
//           {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           }
//         ]
//       }
//     },
//     "homepage": {
//       "value": "<Circular reference to #/components/schemas/Content detected>"
//     },
//     "metadata": {
//       "labels": {
//         "results": [
//           {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           }
//         ],
//         "start": 4373903,
//         "limit": -70310049,
//         "size": -89717135,
//         "_links": {}
//       }
//     },
//     "operations": [
//       {
//         "operation": "update",
//         "targetType": "space"
//       },
//       {
//         "operation": "update",
//         "targetType": "attachment"
//       }
//     ],
//     "permissions": [
//       {
//         "subjects": {
//           "_expandable": {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           "user": {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           "group": {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           }
//         },
//         "operation": {
//           "operation": "restore",
//           "targetType": "comment"
//         },
//         "anonymousAccess": false,
//         "unlicensedAccess": false
//       },
//       {
//         "subjects": {
//           "_expandable": {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           "user": {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           },
//           "group": {
//             "value": "<Error: Too many levels of nesting to fake this schema>"
//           }
//         },
//         "operation": {
//           "operation": "export",
//           "targetType": "attachment"
//         },
//         "anonymousAccess": false,
//         "unlicensedAccess": false
//       }
//     ],
//     "settings": {
//       "routeOverrideEnabled": false,
//       "_links": {}
//     },
//     "theme": {},
//     "lookAndFeel": {
//       "headings": {
//         "color": "<string>"
//       },
//       "links": {
//         "color": "<string>"
//       },
//       "menus": {
//         "hoverOrFocus": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "color": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         }
//       },
//       "header": {
//         "backgroundColor": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "button": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "primaryNavigation": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "secondaryNavigation": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "search": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         }
//       },
//       "content": {
//         "screen": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "container": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "header": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         },
//         "body": {
//           "value": "<Error: Too many levels of nesting to fake this schema>"
//         }
//       },
//       "bordersAndDividers": {
//         "color": "<string>"
//       }
//     },
//     "history": {
//       "createdDate": "1978-05-15T09:31:11.737Z"
//     }
//   }
// }

// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

id := CkJsonObject_IntOf(jResp,'id');
key := CkJsonObject__stringOf(jResp,'key');
Version := CkJsonObject__stringOf(jResp,'_expandable.version');
Space := CkJsonObject__stringOf(jResp,'_expandable.space');
When := CkJsonObject__stringOf(jResp,'version.when');
Message := CkJsonObject__stringOf(jResp,'version.message');
v_Number := CkJsonObject_IntOf(jResp,'version.number');
MinorEdit := CkJsonObject_BoolOf(jResp,'version.minorEdit');
Id := CkJsonObject_IntOf(jResp,'space.id');
Key := CkJsonObject__stringOf(jResp,'space.key');
Name := CkJsonObject__stringOf(jResp,'space.name');
v_Type := CkJsonObject__stringOf(jResp,'space.type');
Status := CkJsonObject__stringOf(jResp,'space.status');
Settings := CkJsonObject__stringOf(jResp,'space._expandable.settings');
Metadata := CkJsonObject__stringOf(jResp,'space._expandable.metadata');
Operations := CkJsonObject__stringOf(jResp,'space._expandable.operations');
LookAndFeel := CkJsonObject__stringOf(jResp,'space._expandable.lookAndFeel');
Permissions := CkJsonObject__stringOf(jResp,'space._expandable.permissions');
Icon := CkJsonObject__stringOf(jResp,'space._expandable.icon');
Description := CkJsonObject__stringOf(jResp,'space._expandable.description');
Theme := CkJsonObject__stringOf(jResp,'space._expandable.theme');
History := CkJsonObject__stringOf(jResp,'space._expandable.history');
Homepage := CkJsonObject__stringOf(jResp,'space._expandable.homepage');
Path := CkJsonObject__stringOf(jResp,'space.icon.path');
Width := CkJsonObject_IntOf(jResp,'space.icon.width');
Height := CkJsonObject_IntOf(jResp,'space.icon.height');
IsDefault := CkJsonObject_BoolOf(jResp,'space.icon.isDefault');
Value := CkJsonObject__stringOf(jResp,'space.description.plain.value');
Representation := CkJsonObject__stringOf(jResp,'space.description.plain.representation');
ViewValue := CkJsonObject__stringOf(jResp,'space.description.view.value');
ViewRepresentation := CkJsonObject__stringOf(jResp,'space.description.view.representation');
HomepageValue := CkJsonObject__stringOf(jResp,'space.homepage.value');
Start := CkJsonObject_IntOf(jResp,'space.metadata.labels.start');
Limit := CkJsonObject_IntOf(jResp,'space.metadata.labels.limit');
Size := CkJsonObject_IntOf(jResp,'space.metadata.labels.size');
RouteOverrideEnabled := CkJsonObject_BoolOf(jResp,'space.settings.routeOverrideEnabled');
Color := CkJsonObject__stringOf(jResp,'space.lookAndFeel.headings.color');
LinksColor := CkJsonObject__stringOf(jResp,'space.lookAndFeel.links.color');
HoverOrFocusValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.menus.hoverOrFocus.value');
ColorValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.menus.color.value');
BackgroundColorValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.header.backgroundColor.value');
ButtonValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.header.button.value');
PrimaryNavigationValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.header.primaryNavigation.value');
SecondaryNavigationValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.header.secondaryNavigation.value');
SearchValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.header.search.value');
ScreenValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.content.screen.value');
ContainerValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.content.container.value');
HeaderValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.content.header.value');
BodyValue := CkJsonObject__stringOf(jResp,'space.lookAndFeel.content.body.value');
BordersAndDividersColor := CkJsonObject__stringOf(jResp,'space.lookAndFeel.bordersAndDividers.color');
CreatedDate := CkJsonObject__stringOf(jResp,'space.history.createdDate');
i := 0;
count_i := CkJsonObject_SizeOfArray(jResp,'space.description.plain.embeddedContent');
while i < count_i do
  begin
    CkJsonObject_putI(jResp,i);
    value := CkJsonObject__stringOf(jResp,'space.description.plain.embeddedContent[i].value');
    i := i + 1;
  end;

i := 0;
count_i := CkJsonObject_SizeOfArray(jResp,'space.description.view.embeddedContent');
while i < count_i do
  begin
    CkJsonObject_putI(jResp,i);
    value := CkJsonObject__stringOf(jResp,'space.description.view.embeddedContent[i].value');
    i := i + 1;
  end;

i := 0;
count_i := CkJsonObject_SizeOfArray(jResp,'space.metadata.labels.results');
while i < count_i do
  begin
    CkJsonObject_putI(jResp,i);
    value := CkJsonObject__stringOf(jResp,'space.metadata.labels.results[i].value');
    i := i + 1;
  end;

i := 0;
count_i := CkJsonObject_SizeOfArray(jResp,'space.operations');
while i < count_i do
  begin
    CkJsonObject_putI(jResp,i);
    operation := CkJsonObject__stringOf(jResp,'space.operations[i].operation');
    targetType := CkJsonObject__stringOf(jResp,'space.operations[i].targetType');
    i := i + 1;
  end;

i := 0;
count_i := CkJsonObject_SizeOfArray(jResp,'space.permissions');
while i < count_i do
  begin
    CkJsonObject_putI(jResp,i);
    v_expandableValue := CkJsonObject__stringOf(jResp,'space.permissions[i].subjects._expandable.value');
    UserValue := CkJsonObject__stringOf(jResp,'space.permissions[i].subjects.user.value');
    GroupValue := CkJsonObject__stringOf(jResp,'space.permissions[i].subjects.group.value');
    Operation := CkJsonObject__stringOf(jResp,'space.permissions[i].operation.operation');
    TargetType := CkJsonObject__stringOf(jResp,'space.permissions[i].operation.targetType');
    anonymousAccess := CkJsonObject_BoolOf(jResp,'space.permissions[i].anonymousAccess');
    unlicensedAccess := CkJsonObject_BoolOf(jResp,'space.permissions[i].unlicensedAccess');
    i := i + 1;
  end;

CkHttp_Dispose(http);
CkJsonObject_Dispose(json);
CkStringBuilder_Dispose(sbResponseBody);
CkJsonObject_Dispose(jResp);

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: application/json"
	-d '{
    "key": "<string>",
    "value": "<object>"
}'
https://your-domain.atlassian.net/wiki/rest/api/space/:spaceKey/property

Postman Collection Item JSON

{
  "name": "Create space property",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
    },
    "url": {
      "raw": "{{baseUrl}}/api/space/:spaceKey/property",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "space",
        ":spaceKey",
        "property"
      ],
      "variable": [
        {
          "key": "spaceKey",
          "value": "<string>",
          "type": "string",
          "description": "(Required) The key of the space that the property will be created in."
        }
      ]
    },
    "description": "Creates a new space property.\n\n**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**:\n‘Admin’ permission for the space."
  },
  "response": [
    {
      "name": "Returned if the space property is created.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/space/:spaceKey/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "space",
            ":spaceKey",
            "property"
          ],
          "variable": [
            {
              "key": "spaceKey"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"id\": -13429300,\n \"key\": \"ut veniam dolor\",\n \"value\": {},\n \"_expandable\": {\n  \"version\": \"cillum officia ipsum ut\",\n  \"space\": \"in Lorem consectetur\"\n },\n \"version\": {\n  \"when\": \"1951-11-29T18:04:27.736Z\",\n  \"message\": \"dolore magna nisi incididunt\",\n  \"number\": -49820236,\n  \"minorEdit\": true\n },\n \"space\": {\n  \"id\": -20471082,\n  \"key\": \"in pr\",\n  \"name\": \"culpa dolor si\",\n  \"type\": \"irure dolor ea aliquip\",\n  \"status\": \"sed ex\",\n  \"_expandable\": {\n   \"settings\": \"exercitation ea nisi Lorem\",\n   \"metadata\": \"elit\",\n   \"operations\": \"Lorem consequat aliquip\",\n   \"lookAndFeel\": \"non occaecat nisi dolor\",\n   \"permissions\": \"pariatur cupidatat dolor sed dolor\",\n   \"icon\": \"aliquip\",\n   \"description\": \"in\",\n   \"theme\": \"qui\",\n   \"history\": \"et fugiat culpa irure amet\",\n   \"homepage\": \"commodo ut amet aute sint\"\n  },\n  \"_links\": {},\n  \"icon\": {\n   \"path\": \"laborum velit dolore\",\n   \"width\": -4680192,\n   \"height\": 21898365,\n   \"isDefault\": false\n  },\n  \"description\": {\n   \"plain\": {\n    \"value\": \"sit deserunt\",\n    \"representation\": \"plain\",\n    \"embeddedContent\": [\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    ]\n   },\n   \"view\": {\n    \"value\": \"commodo dolore do\",\n    \"representation\": \"plain\",\n    \"embeddedContent\": [\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    ]\n   }\n  },\n  \"homepage\": {\n   \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n  },\n  \"metadata\": {\n   \"labels\": {\n    \"results\": [\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    ],\n    \"start\": 4373903,\n    \"limit\": -70310049,\n    \"size\": -89717135,\n    \"_links\": {}\n   }\n  },\n  \"operations\": [\n   {\n    \"operation\": \"update\",\n    \"targetType\": \"space\"\n   },\n   {\n    \"operation\": \"update\",\n    \"targetType\": \"attachment\"\n   }\n  ],\n  \"permissions\": [\n   {\n    \"subjects\": {\n     \"_expandable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"group\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"operation\": {\n     \"operation\": \"restore\",\n     \"targetType\": \"comment\"\n    },\n    \"anonymousAccess\": false,\n    \"unlicensedAccess\": false\n   },\n   {\n    \"subjects\": {\n     \"_expandable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"group\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"operation\": {\n     \"operation\": \"export\",\n     \"targetType\": \"attachment\"\n    },\n    \"anonymousAccess\": false,\n    \"unlicensedAccess\": false\n   }\n  ],\n  \"settings\": {\n   \"routeOverrideEnabled\": false,\n   \"_links\": {}\n  },\n  \"theme\": {},\n  \"lookAndFeel\": {\n   \"headings\": {\n    \"color\": \"<string>\"\n   },\n   \"links\": {\n    \"color\": \"<string>\"\n   },\n   \"menus\": {\n    \"hoverOrFocus\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"color\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"header\": {\n    \"backgroundColor\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"button\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"primaryNavigation\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"secondaryNavigation\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"search\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"content\": {\n    \"screen\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"container\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"header\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"body\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"bordersAndDividers\": {\n    \"color\": \"<string>\"\n   }\n  },\n  \"history\": {\n   \"createdDate\": \"1978-05-15T09:31:11.737Z\"\n  }\n }\n}"
    },
    {
      "name": "Returned if any of the following is true:\n\n- The space already has a value with the given key.\n- No property value was provided.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/space/:spaceKey/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "space",
            ":spaceKey",
            "property"
          ],
          "variable": [
            {
              "key": "spaceKey"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Returned if the user does not have 'Admin' permission for the space.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/space/:spaceKey/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "space",
            ":spaceKey",
            "property"
          ],
          "variable": [
            {
              "key": "spaceKey"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Returned if the value for the property is too long.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/space/:spaceKey/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "space",
            ":spaceKey",
            "property"
          ],
          "variable": [
            {
              "key": "spaceKey"
            }
          ]
        }
      },
      "status": "Request Entity Too Large",
      "code": 413,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}