flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
13 lines (12 loc) • 339 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.844Z
* flickr.photos.suggestions.rejectSuggestion
* Reject a suggestion for a photo.
* Permissions required: write
*/
export type FlickrPhotosSuggestionsRejectSuggestionParams = {
/**
* The unique ID of the suggestion to reject.
*/
suggestion_id: string;
};