Update from code changes: takedowns in-progress and cancelled metrics - #124
Open
mintlify[bot] wants to merge 1 commit into
Open
Update from code changes: takedowns in-progress and cancelled metrics#124mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Documents the new
takedownsInProgressandtakedownsCancelledorganization metrics added in chainpatrol/chainpatrol-web#7652.Changes
GET /organization/metricsreference: added both fields to the response example and fields table, documented theincludequery parameter with the full allowed-value list andnullsemantics, and noted the status-count windowing (counts takedowns currently in that status byupdatedAt, reconciling with the Takedowns list filtered by status).metrics organization: added both values to the--includelist, updated the example, and noted that newer CLIs skip metric rows an older API doesn't return.Context
Source: chainpatrol/chainpatrol-web#7652 (ENG-7390).
Note
Low Risk
Docs-only changes with no runtime or API behavior in this repo; risk is limited to documentation accuracy relative to the shipped API.
Overview
Documentation-only update for
takedownsInProgressandtakedownsCancelledon organization metrics (aligned with chainpatrol-web#7652).The GET /organization/metrics reference now documents the
includequery parameter (full allowed values andnullfor omitted fields), adds both metrics to the sample response and fields table, and explains that they count takedowns currently in that status whoseupdatedAtfalls in the date window—matchingtakedownsFiledwindowing and the Takedowns list filtered by status.CLI
metrics organizationdocs list the new--includevalues, expand the takedown example, and note that newer CLIs skip metric rows when an older API does not return them. The Metrics concept page adds Takedowns In Progress and Takedowns Cancelled to core volume metrics.Reviewed by Cursor Bugbot for commit 4b1b2b4. Bugbot is set up for automated code reviews on this repo. Configure here.