User Manual

08.14.2024

MANUAL

Developer Function: API: Site Operation: Update Site

## Overview You can update site settings using the API. ## Supported Versions Pleasanter 1.3.4.0 and later ## Preparation Please [Create an API Key](/manual/api-key) before performing API operations. Also, this function can only be performed by the tenant administrator, so please set up the tenant administrator from user management. ## Request Send json data in the following request format: |Setting item|Value| |:--|:--| |HTTP Method|POST| |Content-Type |application/json| |Character Code|UTF-8| |URL|http://{server name}/api/items/{site ID}/updatesite (*1)| |Body|Refer to the json data below| (*1) Please edit the {server name} and {site ID} parts to suit your environment as appropriate. For pleasanter.net, the format is as follows: https\://pleasanter.net/fs/api/items/{site ID}/updatesite For {site ID}, specify the site ID to be updated. ##### JSON ``` { "ApiVersion": "1.1", "ApiKey": "345yuAjA6789dA09d8uj6...", "TenantId": 1, "Title": "Site name", "ReferenceType": "Issues", "ParentId": 99999, "InheritPermission": 99999, "SiteSettings": { "Version": 1.017, "ReferenceType": "Issues", "GridColumns": [ "IssueId", "TitleBody", "Comments", "StartTime", "CompletionTime", "WorkValue", "ProgressRate", "RemainingWorkValue", "Status", "Manager", "Owner", "Updator", "UpdatedTime" ], "EditorColumnHash": { "General": [ "IssueId", "Ver", "Title", "Body", "StartTime", "CompletionTime", "WorkValue", "ProgressRate", "RemainingWorkValue", "Status", "Manager", "Owner", "Comments" ] } } } ``` *For the parameters after TenantID, please set the same value as the "Site" parameter when exporting the site package.
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.