AttachGroup
    • PDF

    AttachGroup

    • PDF

    Article Summary

    当該コンテンツは、ローカリゼーションサービスを準備しております。早急にローカライズサービスをご提供できるよう、努めております。

    • GroupにResourceを追加します。

    API

    POST /api/v1/groups/{groupId}/resources
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    API Header

    Request Headers

    Request

    Path Variables

    パラメータ必須タイプ制約事項説明
    groupIdYStringGroup Id

    Request Body

    {
      "nrnList": [ 
      	"string"
      ]
    }
    
    パラメータ必須タイプ制約事項説明
    nrnListYarray of string

    Response

    Response body

    {
      "success": "boolean",
      "error": {
        "errorCode": "integer",
        "message": "string"
      }
    }
    
    パラメータ名必須タイプ説明
    successboolean
    errorobject
    - errorCodeinteger
    - messagestring

    Error

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式はErrorResponseを参照してください。
    共通して発生するエラーに対する詳細説明は、NAVERクラウドプラットフォームAPIを参考にしてください。

    HTTP status codemessage
    400'nrnList' cannot be empty.

    この記事は役に立ちましたか?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.