Update a Project

Go to Product

Update various attributes and configurable settings for the given project.

Note that solely having the project:read scope restricts updatable settings to isBookmarked.

Options

Organization Slug
The slug of the organization the resource belongs to.
Project Slug
The slug of the project the resource belongs to.
Body

Request body which must comply to the following JSON Schema:

{
  "type" : "object",
  "properties" : {
    "isBookmarked" : {
      "type" : "boolean",
      "description" : "Enables starring the project within the projects tab. Can be updated with **`project:read`** permission."
    },
    "name" : {
      "maxLength" : 200,
      "type" : "string",
      "description" : "The name for the project"
    },
    "slug" : {
      "maxLength" : 50,
      "pattern" : "^(?![0-9]+$)[a-z0-9_\\-]+$",
      "type" : "string",
      "description" : "Uniquely identifies a project and is used for the interface."
    },
    "platform" : {
      "type" : "string",
      "description" : "The platform for the project",
      "nullable" : true
    },
    "subjectPrefix" : {
      "maxLength" : 200,
      "type" : "string",
      "description" : "Custom prefix for emails from this project."
    },
    "subjectTemplate" : {
      "maxLength" : 200,
      "type" : "string",
      "description" : "The email subject to use (excluding the prefix) for individual alerts. Here are the list of variables you can use:\n- `$title`\n- `$shortID`\n- `$projectID`\n- `$orgID`\n- `${tag:key}` - such as `${tag:environment}` or `${tag:release}`."
    },
    "resolveAge" : {
      "type" : "integer",
      "description" : "Automatically resolve an issue if it hasn't been seen for this many hours. Set to `0` to disable auto-resolve.",
      "nullable" : true
    }
  }
}
Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Structured Table: Returns a parsed table with data split into rows and columns.
    • Stats:
    • Transaction Stats:
    • Session Stats:
    • Id:
    • Slug:
    • Name:
    • Platform:
    • Date Created:
    • Is Bookmarked:
    • Is Member:
    • Features:
    • First Event:
    • First Transaction Event:
    • Access:
    • Has Access:
    • Has Minified Stack Trace:
    • Has Monitors:
    • Has Profiles:
    • Has Replays:
    • Has Sessions:
    • Is Internal:
    • Is Public:
    • Avatar:
    • Color:
    • Status:
    • Team:
    • Teams:
    • Latest Release:
    • Options:
    • Digests Min Delay:
    • Digests Max Delay:
    • Subject Prefix:
    • Allowed Domains:
    • Resolve Age:
    • Data Scrubber:
    • Data Scrubber Defaults:
    • Safe Fields:
    • Store Crash Reports:
    • Sensitive Fields:
    • Subject Template:
    • Security Token:
    • Security Token Header:
    • Verify SSL:
    • Scrub IP Addresses:
    • Scrape Java Script:
    • Grouping Config:
    • Grouping Enhancements:
    • Grouping Enhancements Base:
    • Secondary Grouping Expiry:
    • Secondary Grouping Config:
    • Grouping Auto Update:
    • Fingerprinting Rules:
    • Organization:
    • Plugins:
    • Platforms:
    • Processing Issues:
    • Default Environment:
    • Relay Pii Config:
    • Builtin Symbol Sources:
    • Dynamic Sampling Biases:
    • Event Processing:
    • Symbol Sources:
  • Raw Response: Returns the raw response in a single row with the following columns:
    • body: Response body
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.